Package org.apache.axis
Class AxisServiceConfigImpl
- java.lang.Object
-
- org.apache.axis.AxisServiceConfigImpl
-
- All Implemented Interfaces:
AxisServiceConfig
public class AxisServiceConfigImpl extends java.lang.Object implements AxisServiceConfig
A simple implementation of AxisServiceConfig.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Constructor Summary
Constructors Constructor Description AxisServiceConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAllowedMethods()
Get the allowed method names.void
setAllowedMethods(java.lang.String methods)
Set the allowed method names.
-
-
-
Method Detail
-
setAllowedMethods
public void setAllowedMethods(java.lang.String methods)
Set the allowed method names.- Parameters:
methods
- aString
containing a list of all allowed methods
-
getAllowedMethods
public java.lang.String getAllowedMethods()
Get the allowed method names.- Specified by:
getAllowedMethods
in interfaceAxisServiceConfig
- Returns:
- a space-delimited list of method names which may be called via SOAP.
-
-