Class AxisServiceConfigImpl

java.lang.Object
org.apache.axis.AxisServiceConfigImpl
All Implemented Interfaces:
AxisServiceConfig

public class AxisServiceConfigImpl extends Object implements AxisServiceConfig
A simple implementation of AxisServiceConfig.
Author:
Glen Daniels (gdaniels@apache.org)
  • Constructor Details

    • AxisServiceConfigImpl

      public AxisServiceConfigImpl()
  • Method Details

    • setAllowedMethods

      public void setAllowedMethods(String methods)
      Set the allowed method names.
      Parameters:
      methods - a String containing a list of all allowed methods
    • getAllowedMethods

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