@Description(value="JAX-WS Service information") public class PojoWsContainer.WsServiceMBean extends java.lang.Object
Constructor and Description |
---|
WsServiceMBean(javax.naming.Context context,
java.lang.Class target,
PortData port) |
Modifier and Type | Method and Description |
---|---|
javax.management.openmbean.TabularData |
getHandlers() |
boolean |
getMtomEnabled() |
java.lang.String |
getPort() |
javax.management.openmbean.TabularData |
getProperties() |
boolean |
getSecured() |
java.lang.String |
getService() |
java.lang.String |
getWsdl() |
java.lang.String |
getWsdlUrl() |
void |
wsdl(java.lang.String wsdl) |
public WsServiceMBean(javax.naming.Context context, java.lang.Class target, PortData port)
@ManagedOperation @Description(value="Slurp the WSDL") public java.lang.String getWsdl()
@ManagedAttribute @Description(value="The WSDL url") public java.lang.String getWsdlUrl()
@ManagedAttribute @Description(value="The service port QName") public java.lang.String getPort()
@ManagedAttribute @Description(value="The service QName") public java.lang.String getService()
@ManagedAttribute @Description(value="The handler list") public javax.management.openmbean.TabularData getHandlers()
@ManagedAttribute @Description(value="Is the service secured?") public boolean getSecured()
@ManagedAttribute @Description(value="Is MTOM enabled?") public boolean getMtomEnabled()
@ManagedAttribute @Description(value="Service configuration properties") public javax.management.openmbean.TabularData getProperties()
public void wsdl(java.lang.String wsdl)