Package org.apache.axis
Class AxisServiceConfigImpl
java.lang.Object
org.apache.axis.AxisServiceConfigImpl
- All Implemented Interfaces:
AxisServiceConfig
A simple implementation of AxisServiceConfig.
- Author:
- Glen Daniels (gdaniels@apache.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the allowed method names.void
setAllowedMethods
(String methods) Set the allowed method names.
-
Constructor Details
-
AxisServiceConfigImpl
public AxisServiceConfigImpl()
-
-
Method Details
-
setAllowedMethods
Set the allowed method names.- Parameters:
methods
- aString
containing a list of all allowed methods
-
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.
-