站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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 Summary
AxisServiceConfigImpl()
           
 
Method Summary
 String getAllowedMethods()
          Get the allowed method names.
 void setAllowedMethods(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(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.