当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
AxisServiceConfigImpl (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServiceConfigImpl
public AxisServiceConfigImpl()
setAllowedMethods
public void setAllowedMethods(String methods)
- Set the allowed method names.
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.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.