Uses of Class
org.apache.cxf.endpoint.EndpointException
-
-
Uses of EndpointException in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that throw EndpointException Modifier and Type Method Description protected abstract EndpointAbstractEndpointFactory. createEndpoint()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.Constructors in org.apache.cxf.endpoint that throw EndpointException Constructor Description EndpointImpl(Bus bus, Service s, QName endpointName)EndpointImpl(Bus bus, Service s, EndpointInfo ei) -
Uses of EndpointException in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that throw EndpointException Modifier and Type Method Description protected EndpointAbstractWSDLBasedEndpointFactory. createEndpoint() -
Uses of EndpointException in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that throw EndpointException Modifier and Type Method Description protected EndpointAbstractJAXRSFactoryBean. createEndpoint() -
Uses of EndpointException in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that throw EndpointException Modifier and Type Method Description EndpointJaxWsServiceFactoryBean. createEndpoint(EndpointInfo ei)EndpointImplJaxWsEndpointImplFactory. 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 Constructor Description JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, List<javax.xml.ws.WebServiceFeature> wf)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<javax.xml.ws.WebServiceFeature> wf)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl) -
Uses of EndpointException in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that throw EndpointException Modifier and Type Method Description protected voidAbstractSTSClient. createClient()static EndpointSTSUtils. createSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy)static EndpointSTSUtils. createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName)ClientAbstractSTSClient. getClient() -
Uses of EndpointException in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that throw EndpointException Modifier and Type Method Description EndpointReflectionServiceFactoryBean. createEndpoint(EndpointInfo ei)
-