站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

AxisServiceConfig (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis
Interface AxisServiceConfig

All Known Implementing Classes:
AxisServiceConfigImpl

public interface AxisServiceConfig

If a Java class which acts as the target for an Axis service implements this interface, it may convey metadata about its configuration to the Axis engine.

Author:
Glen Daniels (gdaniels@macromedia.com)

Method Summary
 String getAllowedMethods()
          Get 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.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.