org.apache.axis

Class AxisServiceConfigImpl

Implemented Interfaces:
AxisServiceConfig

public class AxisServiceConfigImpl
extends java.lang.Object
implements AxisServiceConfig

A simple implementation of AxisServiceConfig.
Author:
Glen Daniels (gdaniels@apache.org)

Method Summary

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

Method Details

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.

setAllowedMethods

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

Copyright © 2005 Apache Web Services Project. All Rights Reserved.