|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
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.jboss.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()
|
boolean |
isAlwaysModifySOAPAddress()
|
PortComponentInfo[] |
listServiceEndpointInfos()
Returns a the array of registered PortComponentInfo objects |
String |
listServiceEndpoints()
List the registered webservices |
void |
setAlwaysModifySOAPAddress(boolean modify)
|
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 |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public String getWebServiceHost()
public int getWebServicePort()
public int getWebServiceSecurePort()
public boolean isAlwaysModifySOAPAddress()
public void setWebServiceHost(String host)
public void setWebServicePort(int port)
public void setWebServiceSecurePort(int port)
public void setAlwaysModifySOAPAddress(boolean modify)
public String getInvokerProviderEJB()
public void setInvokerProviderEJB(String invokerProviderEJB)
public String getInvokerProviderJSE()
public void setInvokerProviderJSE(String invokerProviderJSE)
public org.jboss.axis.server.AxisServer getAxisServer()
public MetaDataRegistry getMetaDataRegistry()
public PortComponentInfo getPortComponentInfo(String wsID)
wsID
- The web service identifier
public PortComponentInfo[] listServiceEndpointInfos()
public String listServiceEndpoints()
public void deployService(PortComponentInfo pcInfo) throws Exception
Exception
public void undeployService(String serviceID) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |