Apache CXF API

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

Packages that use EndpointException
org.apache.cxf.endpoint   
org.apache.cxf.frontend   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws.support   
org.apache.cxf.ws.security.trust   
org.apache.cxf.wsdl.service.factory   
 

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, 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, List<WebServiceFeature> wf)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<WebServiceFeature> wf)
           
 

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

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

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

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


Apache CXF API

Apache CXF