FileDocCategorySizeDatePackage
AxisServiceConfig.javaAPI DocApache Axis 1.41101Sat Apr 22 18:57:28 BST 2006org.apache.axis

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@apache.org)

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAllowedMethods()
Get the allowed method names.

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