public class PojoWsContainer extends CxfWsContainer
| Modifier and Type | Class and Description | 
|---|---|
| class  | PojoWsContainer.WsServiceMBean | 
bus, destination, endpoint, port, serviceConfiguration, transportFactory| Constructor and Description | 
|---|
| PojoWsContainer(java.lang.ClassLoader loader,
               DestinationFactory transportFactory,
               Bus bus,
               PortData port,
               javax.naming.Context context,
               java.lang.Class target,
               java.util.Map<java.lang.String,java.lang.Object> bdgs,
               ServiceConfiguration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PojoEndpoint | createEndpoint() | 
| protected java.lang.String | getFakeUrl() | 
| protected javax.management.ObjectName | registerMBean() | 
| protected void | setWsldUrl(java.lang.String wsdl) | 
destroy, getEndpoint, onMessage, startpublic PojoWsContainer(java.lang.ClassLoader loader,
                       DestinationFactory transportFactory,
                       Bus bus,
                       PortData port,
                       javax.naming.Context context,
                       java.lang.Class target,
                       java.util.Map<java.lang.String,java.lang.Object> bdgs,
                       ServiceConfiguration configuration)
protected java.lang.String getFakeUrl()
getFakeUrl in class CxfWsContainerprotected PojoEndpoint createEndpoint()
createEndpoint in class CxfWsContainerprotected javax.management.ObjectName registerMBean()
registerMBean in class CxfWsContainerprotected void setWsldUrl(java.lang.String wsdl)
setWsldUrl in class CxfWsContainer