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.frontend   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws.support   
org.apache.cxf.service.factory   
org.apache.cxf.ws.security.trust   
 

Uses of EndpointException in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that throw EndpointException
protected abstract  Endpoint AbstractEndpointFactory.createEndpoint()
           
 EndpointImpl SimpleEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 EndpointImpl EndpointImplFactory.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, QName endpointName)
           
 

Uses of EndpointException in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that throw EndpointException
protected  Endpoint AbstractWSDLBasedEndpointFactory.createEndpoint()
           
 

Uses of EndpointException in org.apache.cxf.jaxrs
 

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

Uses of EndpointException in org.apache.cxf.jaxws.support
 

Methods in org.apache.cxf.jaxws.support that throw EndpointException
 Endpoint JaxWsServiceFactoryBean.createEndpoint(EndpointInfo ei)
           
 EndpointImpl JaxWsEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 

Constructors in org.apache.cxf.jaxws.support that throw EndpointException
JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, javax.xml.ws.WebServiceFeature... wf)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<AbstractFeature> af, boolean isFromWsdl)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<javax.xml.ws.WebServiceFeature> wf)
           
 

Uses of EndpointException in org.apache.cxf.service.factory
 

Methods in org.apache.cxf.service.factory that throw EndpointException
 Endpoint ReflectionServiceFactoryBean.createEndpoint(EndpointInfo ei)
           
 

Uses of EndpointException in org.apache.cxf.ws.security.trust
 

Methods in org.apache.cxf.ws.security.trust that throw EndpointException
protected  void STSClient.createClient()
           
static Endpoint STSUtils.createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName)
           
 Client STSClient.getClient()
           
 


Apache CXF API

Apache CXF