@Description(value="JAX-WS Service information") public class PojoWsContainer.WsServiceMBean extends Object
| Constructor and Description |
|---|
PojoWsContainer.WsServiceMBean(Context context,
Class target,
org.apache.openejb.core.webservices.PortData port) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
getHandlers() |
boolean |
getMtomEnabled() |
String |
getPort() |
TabularData |
getProperties() |
boolean |
getSecured() |
String |
getService() |
String |
getWsdl() |
String |
getWsdlUrl() |
void |
wsdl(String wsdl) |
@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.