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

AxisServiceMBean (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice
Interface AxisServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
AxisService

public interface AxisServiceMBean
extends org.jboss.system.ServiceMBean

MBean interface.

Since:
15-April-2004

Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 void deployService(PortComponentInfo pcInfo)
          Deploy a webservice from a Axis WSDD URL
 org.apache.axis.server.AxisServer getAxisServer()
          Get axis server singleton
 String getInvokerProviderEJB()
           
 String getInvokerProviderJSE()
           
 MetaDataRegistry getMetaDataRegistry()
          Get MetaDataBeanSerializer/Deserializer metaData registry
 PortComponentInfo getPortComponentInfo(String wsID)
          Get port component info for a given web service id The keys into the registry are: [deploment.ear]/[deployment.?ar]#PortComponentName A client deployment may use a 'port-component-link' like: [deployment.?ar]#PortComponentName In case we don't find a direct match we try matching by key.endsWith(wsID) See CTS test: /com/sun/ts/tests/webservices/deploy/portcomplink
 String getWebServiceHost()
           
 int getWebServicePort()
           
 int getWebServiceSecurePort()
           
 String listServices()
          List the registered webservices
 void setInvokerProviderEJB(String invokerProviderEJB)
           
 void setInvokerProviderJSE(String invokerProviderJSE)
           
 void setWebServiceHost(String host)
           
 void setWebServicePort(int port)
           
 void setWebServiceSecurePort(int port)
           
 void undeployService(String serviceID)
          Undeploy a webservice for a given web service id
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final javax.management.ObjectName OBJECT_NAME
Method Detail

getWebServiceHost

public String getWebServiceHost()

getWebServicePort

public int getWebServicePort()

getWebServiceSecurePort

public int getWebServiceSecurePort()

setWebServiceHost

public void setWebServiceHost(String host)

setWebServicePort

public void setWebServicePort(int port)

setWebServiceSecurePort

public void setWebServiceSecurePort(int port)

getInvokerProviderEJB

public String getInvokerProviderEJB()

setInvokerProviderEJB

public void setInvokerProviderEJB(String invokerProviderEJB)

getInvokerProviderJSE

public String getInvokerProviderJSE()

setInvokerProviderJSE

public void setInvokerProviderJSE(String invokerProviderJSE)

getAxisServer

public org.apache.axis.server.AxisServer getAxisServer()
Get axis server singleton


getMetaDataRegistry

public MetaDataRegistry getMetaDataRegistry()
Get MetaDataBeanSerializer/Deserializer metaData registry


getPortComponentInfo

public PortComponentInfo getPortComponentInfo(String wsID)
Get port component info for a given web service id The keys into the registry are: [deploment.ear]/[deployment.?ar]#PortComponentName A client deployment may use a 'port-component-link' like: [deployment.?ar]#PortComponentName In case we don't find a direct match we try matching by key.endsWith(wsID) See CTS test: /com/sun/ts/tests/webservices/deploy/portcomplink

Parameters:
wsID - The web service identifier
Returns:
The port component info, or null

listServices

public String listServices()
List the registered webservices


deployService

public void deployService(PortComponentInfo pcInfo)
                   throws Exception
Deploy a webservice from a Axis WSDD URL

Throws:
Exception

undeployService

public void undeployService(String serviceID)
                     throws Exception
Undeploy a webservice for a given web service id

Throws:
Exception


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