@Description(value="JAX-WS Service information") public class EjbWsContainer.WsServiceMBean extends java.lang.Object
Constructor and Description |
---|
WsServiceMBean(BeanContext beanContext,
PortData port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentType() |
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 |
getServiceEndpointInterface() |
java.lang.String |
getWsdl() |
java.lang.String |
getWsdlUrl() |
void |
wsdl(java.lang.String wsdl) |
public WsServiceMBean(BeanContext beanContext, PortData port)
@ManagedAttribute @Description(value="The service endpoint interface") public java.lang.String getServiceEndpointInterface()
@ManagedAttribute @Description(value="The EJB endpoint type") public java.lang.String getComponentType()
@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)