Uses of Class
org.apache.cxf.jaxws.EndpointImpl
-
Packages that use EndpointImpl Package Description org.apache.cxf.jaxws.spi org.apache.cxf.jaxws.spring org.apache.cxf.jaxws22 org.apache.cxf.ws.mex -
-
Uses of EndpointImpl in org.apache.cxf.jaxws.spi
Methods in org.apache.cxf.jaxws.spi that return EndpointImpl Modifier and Type Method Description protected EndpointImplProviderImpl. 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 Modifier and Type Class Description static classEndpointDefinitionParser.SpringEndpointImplMethods in org.apache.cxf.jaxws.spring with parameters of type EndpointImpl Modifier and Type Method Description static voidEndpointDefinitionParser. setBlocking(org.springframework.context.ApplicationContext ctx, EndpointImpl impl) -
Uses of EndpointImpl in org.apache.cxf.jaxws22
Subclasses of EndpointImpl in org.apache.cxf.jaxws22 Modifier and Type Class Description classEndpointImplDeprecated.- all functionality moved to superclass - create superclass instead -
Uses of EndpointImpl in org.apache.cxf.ws.mex
Constructors in org.apache.cxf.ws.mex with parameters of type EndpointImpl Constructor Description MEXEndpoint(EndpointImpl server)
-