Apache CXF API

Uses of Class
org.apache.cxf.jaxws.EndpointImpl

Packages that use EndpointImpl
org.apache.cxf.jaxws.spi   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws22   
org.apache.cxf.jaxws22.spi   
org.apache.cxf.jaxws22.spring   
org.apache.cxf.ws.mex   
 

Uses of EndpointImpl in org.apache.cxf.jaxws.spi
 

Methods in org.apache.cxf.jaxws.spi that return EndpointImpl
protected  EndpointImpl ProviderImpl.createEndpointImpl(Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature... features)
           
 

Uses of EndpointImpl in org.apache.cxf.jaxws.spring
 

Subclasses of EndpointImpl in org.apache.cxf.jaxws.spring
static class EndpointDefinitionParser.SpringEndpointImpl
           
 

Methods in org.apache.cxf.jaxws.spring with parameters of type EndpointImpl
static void EndpointDefinitionParser.setBlocking(org.springframework.context.ApplicationContext ctx, EndpointImpl impl)
           
 

Uses of EndpointImpl in org.apache.cxf.jaxws22
 

Subclasses of EndpointImpl in org.apache.cxf.jaxws22
 class EndpointImpl
           
 

Uses of EndpointImpl in org.apache.cxf.jaxws22.spi
 

Methods in org.apache.cxf.jaxws22.spi that return EndpointImpl
protected  EndpointImpl ProviderImpl.createEndpointImpl(Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature... features)
           
 

Uses of EndpointImpl in org.apache.cxf.jaxws22.spring
 

Subclasses of EndpointImpl in org.apache.cxf.jaxws22.spring
 class JAXWS22SpringEndpointImpl
           
 

Uses of EndpointImpl in org.apache.cxf.ws.mex
 

Constructors in org.apache.cxf.ws.mex with parameters of type EndpointImpl
MEXEndpoint(EndpointImpl server)
           
 


Apache CXF API

Apache CXF