Apache CXF API

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

Packages that use EndpointException
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.jaxrs   
 

Uses of EndpointException in org.apache.cxf.endpoint
 

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

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

Uses of EndpointException in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that throw EndpointException
protected  Endpoint JAXRSServerFactoryBean.createEndpoint()
           
 


Apache CXF API

Apache CXF