@Description(value="JAX-WS Service information") public class EjbWsContainer.WsServiceMBean extends Object
| Constructor and Description |
|---|
EjbWsContainer.WsServiceMBean(org.apache.openejb.BeanContext beanContext,
org.apache.openejb.core.webservices.PortData port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
TabularData |
getHandlers() |
boolean |
getMtomEnabled() |
String |
getPort() |
TabularData |
getProperties() |
boolean |
getSecured() |
String |
getService() |
String |
getServiceEndpointInterface() |
String |
getWsdl() |
String |
getWsdlUrl() |
void |
wsdl(String wsdl) |
public EjbWsContainer.WsServiceMBean(org.apache.openejb.BeanContext beanContext,
org.apache.openejb.core.webservices.PortData port)
@ManagedAttribute @Description(value="The service endpoint interface") public String getServiceEndpointInterface()
@ManagedAttribute @Description(value="The EJB endpoint type") public String getComponentType()
@ManagedOperation @Description(value="Slurp the WSDL") public String getWsdl()
@ManagedAttribute @Description(value="The WSDL url") public String getWsdlUrl()
@ManagedAttribute @Description(value="The service port QName") public String getPort()
@ManagedAttribute @Description(value="The service QName") public String getService()
@ManagedAttribute @Description(value="The handler list") public 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 TabularData getProperties()
public void wsdl(String wsdl)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.