Uses of Class
org.apache.cxf.BusException
-
-
Uses of BusException in org.apache.cxf.binding
Methods in org.apache.cxf.binding that throw BusException Modifier and Type Method Description BindingFactoryBindingFactoryManager. getBindingFactory(String name)Retrieves the BindingFactory registered with the given name. -
Uses of BusException in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that throw BusException Modifier and Type Method Description BindingFactoryBindingFactoryManagerImpl. getBindingFactory(String namespace)ConduitInitiatorConduitInitiatorManagerImpl. getConduitInitiator(String namespace)Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings.DestinationFactoryDestinationFactoryManagerImpl. getDestinationFactory(String namespace)Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings. -
Uses of BusException in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that throw BusException Modifier and Type Method Description protected abstract EndpointAbstractEndpointFactory. createEndpoint()Constructors in org.apache.cxf.endpoint that throw BusException Constructor Description ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of BusException in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that throw BusException Modifier and Type Method Description protected EndpointAbstractWSDLBasedEndpointFactory. createEndpoint()protected EndpointInfoAbstractWSDLBasedEndpointFactory. createEndpointInfo(BindingInfo bindingInfo) -
Uses of BusException in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that throw BusException Modifier and Type Method Description protected EndpointAbstractJAXRSFactoryBean. createEndpoint()protected EndpointInfoAbstractJAXRSFactoryBean. createEndpointInfo(Service service) -
Uses of BusException in org.apache.cxf.transport
Methods in org.apache.cxf.transport that throw BusException Modifier and Type Method Description ConduitInitiatorConduitInitiatorManager. getConduitInitiator(String name)Returns theConduitInitiatorregistered with the specified name, loading the appropriate plugin if necessary.DestinationFactoryDestinationFactoryManager. getDestinationFactory(String name)Returns theDestinationFactoryregistered with the specified name, loading the appropriate plugin if necessary. -
Uses of BusException in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that throw BusException 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 BusException in org.apache.cxf.wsdl11
Constructors in org.apache.cxf.wsdl11 that throw BusException Constructor Description WSDLManagerImpl()
-