Uses of Class
org.apache.cxf.endpoint.EndpointException

Packages that use EndpointException
org.apache.cxf.endpoint   
 

Uses of EndpointException in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that throw EndpointException
protected abstract  org.apache.cxf.endpoint.Endpoint AbstractEndpointFactory.createEndpoint()
           
 EndpointImpl EndpointImplFactory.newEndpointImpl(org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 EndpointImpl SimpleEndpointImplFactory.newEndpointImpl(org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 

Constructors in org.apache.cxf.endpoint that throw EndpointException
EndpointImpl(org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei)
           
EndpointImpl(org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, QName endpointName)
           
 



Apache CXF