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.


Method Summary
 java.lang.String getAllowedMethods()
          Get the allowed method names.
 

Method Detail

getAllowedMethods

public java.lang.String getAllowedMethods()
Get the allowed method names.

Returns:
a space-delimited list of method names which may be called via SOAP.


Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.