Uses of Class
org.apache.cxf.endpoint.EndpointImpl
-
Packages that use EndpointImpl Package Description org.apache.cxf.endpoint org.apache.cxf.jaxws.support -
-
Uses of EndpointImpl in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return EndpointImpl Modifier and Type Method Description EndpointImplEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.EndpointImplSimpleEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. -
Uses of EndpointImpl in org.apache.cxf.jaxws.support
Subclasses of EndpointImpl in org.apache.cxf.jaxws.support Modifier and Type Class Description classJaxWsClientEndpointImplclassJaxWsEndpointImplA JAX-WS specific implementation of the CXFEndpointinterface.Methods in org.apache.cxf.jaxws.support that return EndpointImpl Modifier and Type Method Description EndpointImplJaxWsEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.
-