org.apache.axis
Class AxisServiceConfigImpl
java.lang.Object
org.apache.axis.AxisServiceConfigImpl
- AxisServiceConfig
public class AxisServiceConfigImpl
extends java.lang.Object
A simple implementation of AxisServiceConfig.
- Glen Daniels (gdaniels@apache.org)
getAllowedMethods
public String getAllowedMethods()
Get the allowed method names.
- getAllowedMethods in interface AxisServiceConfig
- a space-delimited list of method names which may be called
via SOAP.
setAllowedMethods
public void setAllowedMethods(String methods)
Set the allowed method names.
methods
- a String
containing a list of all allowed
methods
Copyright © 2005 Apache Web Services Project. All Rights Reserved.