AxisServiceConfigImplpublic class AxisServiceConfigImpl extends Object implements AxisServiceConfigA simple implementation of AxisServiceConfig. |
Fields Summary |
---|
private String | methods |
Methods Summary |
---|
public java.lang.String | getAllowedMethods()Get the allowed method names.
return methods;
| public void | setAllowedMethods(java.lang.String methods)Set the allowed method names.
this.methods = methods;
|
|