Package org.apache.axis
Interface AxisServiceConfig
-
- All Known Implementing Classes:
AxisServiceConfigImpl
public interface AxisServiceConfig
If a Java class which acts as the target for an Axis service implements this interface, it may convey metadata about its configuration to the Axis engine.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAllowedMethods()
Get the allowed method names.
-