org.apache.axis
Interface AxisServiceConfig


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@macromedia.com)

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

Method Detail

getMethods

public java.lang.String getMethods()
Get the allowed method names. (The only method right now)
Returns:
a space-delimited list of method names which may be called via SOAP.


Copyright © 2001 Apache XML Project. All Rights Reserved.