org.apache.axis

Class AxisServiceConfigImpl

public class AxisServiceConfigImpl extends Object implements AxisServiceConfig

A simple implementation of AxisServiceConfig.

Author: Glen Daniels (gdaniels@apache.org)

Method Summary
StringgetAllowedMethods()
Get the allowed method names.
voidsetAllowedMethods(String methods)
Set the allowed method names.

Method Detail

getAllowedMethods

public String getAllowedMethods()
Get the allowed method names.

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

setAllowedMethods

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

Parameters: methods a String containing a list of all allowed methods

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.