org.jboss.axis
Class AxisServiceConfigImpl

java.lang.Object
  extended byorg.jboss.axis.AxisServiceConfigImpl
All Implemented Interfaces:
AxisServiceConfig (src)

public class AxisServiceConfigImpl
extends java.lang.Object
implements AxisServiceConfig (src)

A simple implementation of AxisServiceConfig.


Constructor Summary
AxisServiceConfigImpl()
           
 
Method Summary
 java.lang.String getAllowedMethods()
          Get the allowed method names.
 void setAllowedMethods(java.lang.String methods)
          Set the allowed method names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisServiceConfigImpl

public AxisServiceConfigImpl()
Method Detail

setAllowedMethods

public void setAllowedMethods(java.lang.String methods)
Set the allowed method names.


getAllowedMethods

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

Specified by:
getAllowedMethods in interface AxisServiceConfig (src)
Returns:
a space-delimited list of method names which may be called via SOAP.