Uses of Class
org.apache.cxf.service.model.EndpointInfo
Packages that use EndpointInfo
Package
Description
-
Uses of EndpointInfo in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return EndpointInfoMethods in org.apache.cxf.binding.corba with parameters of type EndpointInfoModifier and TypeMethodDescriptionCorbaBindingFactory.getConduit(EndpointInfo endpointInfo, Bus bus) CorbaBindingFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) CorbaBindingFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Constructors in org.apache.cxf.binding.corba with parameters of type EndpointInfoModifierConstructorDescriptionCorbaConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, OrbConfig config) CorbaDestination(EndpointInfo ei, OrbConfig config) CorbaDestination(EndpointInfo ei, OrbConfig config, CorbaTypeMap tm) CorbaServerConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.omg.CORBA.Object targetObj, org.omg.CORBA.ORB o, OrbConfig config, CorbaTypeMap map) -
Uses of EndpointInfo in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap that return EndpointInfoModifier and TypeMethodDescriptionSoapTransportFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees) Methods in org.apache.cxf.binding.soap with parameters of type EndpointInfoModifier and TypeMethodDescriptionvoidSoapTransportFactory.createPortExtensors(Bus b, EndpointInfo ei, Service service) SoapTransportFactory.getConduit(EndpointInfo ei, Bus b) SoapTransportFactory.getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) SoapTransportFactory.getDestination(EndpointInfo ei, Bus bus) protected voidSoapBindingFactory.setupUDP(InterceptorProvider p, EndpointInfo ei) -
Uses of EndpointInfo in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return EndpointInfoMethods in org.apache.cxf.endpoint with parameters of type EndpointInfoModifier and TypeMethodDescriptionEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.SimpleEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.Constructors in org.apache.cxf.endpoint with parameters of type EndpointInfo -
Uses of EndpointInfo in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return EndpointInfoModifier and TypeMethodDescriptionprotected EndpointInfoAbstractWSDLBasedEndpointFactory.createEndpointInfo(BindingInfo bindingInfo) Methods in org.apache.cxf.frontend with parameters of type EndpointInfoModifier and TypeMethodDescriptionWSDLGetUtils.getDocument(Message message, String base, Map<String, String> params, String ctxUri, EndpointInfo endpointInfo) WSDLGetUtils.getPublishableEndpointUrl(javax.wsdl.Definition def, String epurl, EndpointInfo endpointInfo) Retrieve the published endpoint url from the working information set.protected StringWSDLGetUtils.getPublishedEndpointURL(Message message, String base, EndpointInfo endpointInfo) Retrieve the published endpoint url from the working information set.WSDLGetUtils.getSchemaKeySchemaReference(EndpointInfo endpointInfo) Retrieve the map of known xsd SchemaReference objects for this endpoint.WSDLGetUtils.getSchemaLocations(Message message, String base, String ctxUri, EndpointInfo endpointInfo) WSDLGetUtils.getWSDLIds(Message message, String base, String ctxUri, EndpointInfo endpointInfo) WSDLGetUtils.getWSDLKeyDefinition(EndpointInfo endpointInfo) Retrieve the map of known wsdl Definition objects for this endpoint.protected voidWSDLGetUtils.updateWSDLKeyDefinition(Bus bus, Map<String, javax.wsdl.Definition> mp, Message message, Map<String, javax.wsdl.extensions.schema.SchemaReference> smp, String base, EndpointInfo endpointInfo) Create a wsdl Definition object from the endpoint information and register it in the local data structure for future reference.voidWSDLGetUtils.updateWSDLPublishedEndpointAddress(javax.wsdl.Definition def, EndpointInfo endpointInfo) WSDLGetUtils.writeWSDLDocument(Message message, Map<String, javax.wsdl.Definition> mp, Map<String, javax.wsdl.extensions.schema.SchemaReference> smp, String wsdl, String base, EndpointInfo endpointInfo) Write the contents of a wsdl Definition object to a file. -
Uses of EndpointInfo in org.apache.cxf.javascript.service
Methods in org.apache.cxf.javascript.service with parameters of type EndpointInfo -
Uses of EndpointInfo in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return EndpointInfoModifier and TypeMethodDescriptionprotected EndpointInfoAbstractJAXRSFactoryBean.createEndpointInfo(Service service) JAXRSServiceImpl.getEndpointInfo(QName endpoint) -
Uses of EndpointInfo in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support with parameters of type EndpointInfoModifier and TypeMethodDescriptionJaxWsServiceFactoryBean.createEndpoint(EndpointInfo ei) 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 with parameters of type EndpointInfoModifierConstructorDescriptionJaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, List<jakarta.xml.ws.WebServiceFeature> wf) JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei) JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<jakarta.xml.ws.WebServiceFeature> wf) JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<jakarta.xml.ws.WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl) -
Uses of EndpointInfo in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type EndpointInfoModifier and TypeMethodDescription<T> TPolicyDataEngine.getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) <T> TPolicyDataEngine.getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) -
Uses of EndpointInfo in org.apache.cxf.service
Methods in org.apache.cxf.service that return EndpointInfoModifier and TypeMethodDescriptionService.getEndpointInfo(QName endpoint) ServiceImpl.getEndpointInfo(QName endpoint) Methods in org.apache.cxf.service with parameters of type EndpointInfoModifier and TypeMethodDescriptionvoidServiceModelVisitor.begin(EndpointInfo endpointInfo) voidServiceModelVisitor.end(EndpointInfo endpointInfo) -
Uses of EndpointInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return EndpointInfoModifier and TypeMethodDescriptionstatic EndpointInfoServiceModelUtil.findBestEndpointInfo(QName qn, List<ServiceInfo> serviceInfos) ServiceInfo.getEndpoint(QName qn) Methods in org.apache.cxf.service.model that return types with arguments of type EndpointInfoMethods in org.apache.cxf.service.model with parameters of type EndpointInfoModifier and TypeMethodDescriptionvoidServiceInfo.addEndpoint(EndpointInfo ep) static QNameServiceModelUtil.getServiceQName(EndpointInfo ei) booleanEndpointInfo.isSameAs(EndpointInfo epInfo) -
Uses of EndpointInfo in org.apache.cxf.transport
Fields in org.apache.cxf.transport declared as EndpointInfoMethods in org.apache.cxf.transport that return EndpointInfoModifier and TypeMethodDescriptionAbstractDestination.getEndpointInfo()Return the ServiceModel endpoint description for this destination.DestinationWithEndpoint.getEndpointInfo()Return the ServiceModel endpoint description for this destination.Methods in org.apache.cxf.transport with parameters of type EndpointInfoModifier and TypeMethodDescriptionConduitInitiator.getConduit(EndpointInfo targetInfo, Bus bus) Initiate an outbound Conduit.ConduitInitiator.getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.DestinationFactory.getDestination(EndpointInfo ei, Bus bus) Create a destination.protected static org.apache.cxf.ws.addressing.EndpointReferenceTypeAbstractObservable.getTargetReference(EndpointInfo ei, Bus bus) Get the target reference .protected static org.apache.cxf.ws.addressing.EndpointReferenceTypeAbstractObservable.getTargetReference(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, Bus bus) Get the target endpoint reference.Constructors in org.apache.cxf.transport with parameters of type EndpointInfoModifierConstructorDescriptionAbstractDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) AbstractDestination(org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) AbstractMultiplexDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) -
Uses of EndpointInfo in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as EndpointInfoModifier and TypeFieldDescriptionprotected final EndpointInfoHTTPConduit.endpointInfoThis field is used for two reasons.Methods in org.apache.cxf.transport.http that return EndpointInfoModifier and TypeMethodDescriptionHTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo, BindingInfo b, List<?> ees) protected static EndpointInfoAbstractHTTPDestination.getAddressValue(EndpointInfo ei) protected static EndpointInfoAbstractHTTPDestination.getAddressValue(EndpointInfo ei, boolean dp) Methods in org.apache.cxf.transport.http with parameters of type EndpointInfoModifier and TypeMethodDescriptionHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) HttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) voidHTTPTransportFactory.createPortExtensors(EndpointInfo ei, Service service) protected HTTPConduitFactoryHTTPTransportFactory.findFactory(EndpointInfo endpointInfo, Bus bus) protected static EndpointInfoAbstractHTTPDestination.getAddressValue(EndpointInfo ei) protected static EndpointInfoAbstractHTTPDestination.getAddressValue(EndpointInfo ei, boolean dp) HTTPTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) This call creates a new HTTPConduit for the endpoint.HTTPTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.HTTPTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Constructors in org.apache.cxf.transport.http with parameters of type EndpointInfoModifierConstructorDescriptionAbstractHTTPDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp) ConstructorHttpClientHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) HTTPConduit(Bus b, EndpointInfo ei) ConstructorHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) ConstructorURLConnectionHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) -
Uses of EndpointInfo in org.apache.cxf.transport.http_jaxws_spi
Methods in org.apache.cxf.transport.http_jaxws_spi with parameters of type EndpointInfoModifier and TypeMethodDescriptionJAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Constructors in org.apache.cxf.transport.http_jaxws_spi with parameters of type EndpointInfoModifierConstructorDescriptionJAXWSHttpSpiDestination(Bus b, DestinationRegistry registry, EndpointInfo ei) -
Uses of EndpointInfo in org.apache.cxf.transport.http_jetty
Methods in org.apache.cxf.transport.http_jetty with parameters of type EndpointInfoModifier and TypeMethodDescriptionJettyDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) protected StringJettyHTTPDestination.getAddress(EndpointInfo endpointInfo) Constructors in org.apache.cxf.transport.http_jetty with parameters of type EndpointInfoModifierConstructorDescriptionprotectedJettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, URL nurl, JettyHTTPServerEngineFactory serverEngineFactory) JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) Constructor -
Uses of EndpointInfo in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow with parameters of type EndpointInfoModifier and TypeMethodDescriptionUndertowDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) protected StringUndertowHTTPDestination.getAddress(EndpointInfo endpointInfo) Constructors in org.apache.cxf.transport.http_undertow with parameters of type EndpointInfoModifierConstructorDescriptionUndertowHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) Constructor -
Uses of EndpointInfo in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type EndpointInfoModifier and TypeMethodDescriptionAsyncHTTPConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) protected StringAsyncHttpTransportFactory.getAddress(EndpointInfo endpointInfo) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type EndpointInfoModifierConstructorDescriptionAsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory) -
Uses of EndpointInfo in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type EndpointInfoModifier and TypeMethodDescriptionAsyncHTTPConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) protected StringAsyncHttpTransportFactory.getAddress(EndpointInfo endpointInfo) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Constructors in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type EndpointInfoModifierConstructorDescriptionAsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory) -
Uses of EndpointInfo in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type EndpointInfoModifier and TypeMethodDescriptionNettyHttpConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) NettyHttpConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) protected StringNettyHttpTransportFactory.getAddress(EndpointInfo endpointInfo) NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Constructors in org.apache.cxf.transport.http.netty.client with parameters of type EndpointInfoModifierConstructorDescriptionNettyHttpConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, NettyHttpConduitFactory conduitFactory) -
Uses of EndpointInfo in org.apache.cxf.transport.http.netty.server
Methods in org.apache.cxf.transport.http.netty.server with parameters of type EndpointInfoModifier and TypeMethodDescriptionNettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) protected StringNettyHttpTransportFactory.getAddress(EndpointInfo endpointInfo) NettyHttpTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Constructors in org.apache.cxf.transport.http.netty.server with parameters of type EndpointInfoModifierConstructorDescriptionNettyHttpDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, NettyHttpServerEngineFactory serverEngineFactory) Constructor -
Uses of EndpointInfo in org.apache.cxf.transport.jms
Methods in org.apache.cxf.transport.jms with parameters of type EndpointInfoModifier and TypeMethodDescriptionstatic JMSConfigurationJMSConfigFactory.createFromEndpointInfo(Bus bus, EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) JMSTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b) JMSTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.JMSTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Create a destination.Constructors in org.apache.cxf.transport.jms with parameters of type EndpointInfoModifierConstructorDescriptionJMSDestination(Bus b, EndpointInfo info, JMSConfiguration jmsConfig) -
Uses of EndpointInfo in org.apache.cxf.transport.jms.uri
Methods in org.apache.cxf.transport.jms.uri with parameters of type EndpointInfoModifier and TypeMethodDescriptionstatic <T> TJMSEndpointWSDLUtil.getWSDLExtensor(EndpointInfo ei, Class<T> cls) Constructors in org.apache.cxf.transport.jms.uri with parameters of type EndpointInfoModifierConstructorDescriptionJMSEndpoint(EndpointInfo endpointInfo, String endpointUri) JMSEndpoint(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) Get the extensors from the wsdl and/or configuration that will then be used to configure the JMSConfiguration object -
Uses of EndpointInfo in org.apache.cxf.transport.local
Methods in org.apache.cxf.transport.local with parameters of type EndpointInfoModifier and TypeMethodDescriptionLocalTransportFactory.getConduit(EndpointInfo ei, Bus bus) LocalTransportFactory.getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) LocalTransportFactory.getDestination(EndpointInfo ei, Bus bus) protected LocalDestinationLocalTransportFactory.getDestination(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, Bus bus) Constructors in org.apache.cxf.transport.local with parameters of type EndpointInfoModifierConstructorDescriptionLocalDestination(LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, EndpointInfo ei, Bus bus) -
Uses of EndpointInfo in org.apache.cxf.transport.servlet
Methods in org.apache.cxf.transport.servlet with parameters of type EndpointInfoModifier and TypeMethodDescriptionServletDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) Constructors in org.apache.cxf.transport.servlet with parameters of type EndpointInfoModifierConstructorDescriptionServletDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path) Constructor, allowing subsititution of configuration.ServletDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp) -
Uses of EndpointInfo in org.apache.cxf.transport.udp
Methods in org.apache.cxf.transport.udp with parameters of type EndpointInfoModifier and TypeMethodDescriptionUDPTransportFactory.getConduit(EndpointInfo ei, Bus bus) UDPTransportFactory.getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) UDPTransportFactory.getDestination(EndpointInfo ei, Bus bus) protected DestinationUDPTransportFactory.getDestination(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, Bus bus) Constructors in org.apache.cxf.transport.udp with parameters of type EndpointInfoModifierConstructorDescriptionUDPDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) -
Uses of EndpointInfo in org.apache.cxf.transport.websocket
Methods in org.apache.cxf.transport.websocket with parameters of type EndpointInfoModifier and TypeMethodDescriptionWebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b) WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.WebSocketTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Create a destination. -
Uses of EndpointInfo in org.apache.cxf.transport.websocket.ahc
Constructors in org.apache.cxf.transport.websocket.ahc with parameters of type EndpointInfoModifierConstructorDescriptionAhcWebSocketConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) -
Uses of EndpointInfo in org.apache.cxf.transport.websocket.atmosphere
Methods in org.apache.cxf.transport.websocket.atmosphere with parameters of type EndpointInfoModifier and TypeMethodDescriptionprotected StringAtmosphereWebSocketJettyDestination.getAddress(EndpointInfo endpointInfo) protected StringAtmosphereWebSocketUndertowDestination.getAddress(EndpointInfo endpointInfo) Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type EndpointInfoModifierConstructorDescriptionAtmosphereWebSocketJettyDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) AtmosphereWebSocketServletDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, String path) AtmosphereWebSocketUndertowDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) -
Uses of EndpointInfo in org.apache.cxf.transport.websocket.jetty11
Methods in org.apache.cxf.transport.websocket.jetty11 with parameters of type EndpointInfoModifier and TypeMethodDescriptionprotected StringJetty11WebSocketDestination.getAddress(EndpointInfo endpointInfo) Constructors in org.apache.cxf.transport.websocket.jetty11 with parameters of type EndpointInfoModifierConstructorDescriptionJetty11WebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) -
Uses of EndpointInfo in org.apache.cxf.transport.websocket.undertow
Methods in org.apache.cxf.transport.websocket.undertow with parameters of type EndpointInfoModifier and TypeMethodDescriptionprotected StringUndertowWebSocketDestination.getAddress(EndpointInfo endpointInfo) Constructors in org.apache.cxf.transport.websocket.undertow with parameters of type EndpointInfoModifierConstructorDescriptionUndertowWebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory) -
Uses of EndpointInfo in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy with parameters of type EndpointInfoModifier and TypeMethodDescription<T> TPolicyDataEngineImpl.getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) PolicyEngine.getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message msg) PolicyEngineImpl.getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message m) PolicyEngine.getEffectiveClientFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Message m) PolicyEngineImpl.getEffectiveClientFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Message m) PolicyEngine.getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m) PolicyEngineImpl.getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m) PolicyEngine.getEffectiveClientResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Message m) PolicyEngineImpl.getEffectiveClientResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Message m) org.apache.neethi.PolicyPolicyProvider.getEffectivePolicy(EndpointInfo ei, Message m) PolicyEngine.getEffectiveServerFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Destination d, Message m) PolicyEngineImpl.getEffectiveServerFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Destination d, Message m) PolicyEngine.getEffectiveServerRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Message m) PolicyEngineImpl.getEffectiveServerRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Message m) PolicyEngine.getEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Destination d, List<List<org.apache.neethi.Assertion>> incoming, Message m) PolicyEngineImpl.getEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Destination d, List<List<org.apache.neethi.Assertion>> incoming, Message m) <T> TPolicyDataEngineImpl.getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) PolicyEngine.getServerEndpointPolicy(EndpointInfo ei, Destination destination, Message msg) PolicyEngineImpl.getServerEndpointPolicy(EndpointInfo ei, Destination destination, Message m) voidEffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, PolicyEngine engine, Assertor assertor, Message m) voidEffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, boolean requestor, boolean request, Message m) voidEffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, boolean requestor, boolean request, Message m) voidEffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> incoming, Message m) voidPolicyEngine.setClientEndpointPolicy(EndpointInfo ei, EndpointPolicy ep) voidPolicyEngineImpl.setClientEndpointPolicy(EndpointInfo ei, EndpointPolicy ep) voidPolicyEngine.setEffectiveClientFaultPolicy(EndpointInfo ei, BindingFaultInfo bfi, EffectivePolicy ep) voidPolicyEngineImpl.setEffectiveClientFaultPolicy(EndpointInfo ei, BindingFaultInfo bfi, EffectivePolicy ep) voidPolicyEngine.setEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngineImpl.setEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngine.setEffectiveClientResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngineImpl.setEffectiveClientResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngine.setEffectiveServerFaultPolicy(EndpointInfo ei, BindingFaultInfo bfi, EffectivePolicy ep) voidPolicyEngineImpl.setEffectiveServerFaultPolicy(EndpointInfo ei, BindingFaultInfo bfi, EffectivePolicy ep) voidPolicyEngine.setEffectiveServerRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngineImpl.setEffectiveServerRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngine.setEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngineImpl.setEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, EffectivePolicy ep) voidPolicyEngine.setServerEndpointPolicy(EndpointInfo ei, EndpointPolicy ep) voidPolicyEngineImpl.setServerEndpointPolicy(EndpointInfo ei, EndpointPolicy ep) Constructors in org.apache.cxf.ws.policy with parameters of type EndpointInfoModifierConstructorDescriptionEndpointPolicyImpl(EndpointInfo ei, PolicyEngineImpl engine, boolean requestor, Assertor assertor) -
Uses of EndpointInfo in org.apache.cxf.ws.policy.attachment
Methods in org.apache.cxf.ws.policy.attachment with parameters of type EndpointInfoModifier and TypeMethodDescriptionorg.apache.neethi.PolicyServiceModelPolicyProvider.getEffectivePolicy(EndpointInfo ei, Message m) -
Uses of EndpointInfo in org.apache.cxf.ws.policy.attachment.external
Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type EndpointInfoModifier and TypeMethodDescriptionbooleanDomainExpression.appliesTo(EndpointInfo ei) booleanEndpointReferenceDomainExpression.appliesTo(EndpointInfo ei) booleanPolicyAttachment.appliesTo(EndpointInfo ei) booleanURIDomainExpression.appliesTo(EndpointInfo ei) org.apache.neethi.PolicyExternalAttachmentProvider.getEffectivePolicy(EndpointInfo ei, Message m) -
Uses of EndpointInfo in org.apache.cxf.ws.policy.attachment.wsdl11
Methods in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type EndpointInfoModifier and TypeMethodDescriptionorg.apache.neethi.PolicyWsdl11AttachmentPolicyProvider.getEffectivePolicy(EndpointInfo ei, Message m) The effective policy for a WSDL endpoint policy subject includes the element policy of the wsdl11:port element that defines the endpoint merged with the element policy of the referenced wsdl11:binding element and the element policy of the referenced wsdl11:portType element that defines the interface of the endpoint. -
Uses of EndpointInfo in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return EndpointInfoModifier and TypeMethodDescriptionWrappedEndpoint.getEndpointInfo()WrappedService.getEndpointInfo(QName endpoint) -
Uses of EndpointInfo in org.apache.cxf.ws.security.cache
Methods in org.apache.cxf.ws.security.cache with parameters of type EndpointInfoModifier and TypeMethodDescriptionprotected voidCacheCleanupListener.shutdownResources(EndpointInfo info) -
Uses of EndpointInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return EndpointInfoMethods in org.apache.cxf.wsdl.service.factory with parameters of type EndpointInfo -
Uses of EndpointInfo in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return EndpointInfoModifier and TypeMethodDescriptionWSDLServiceBuilder.buildEndpoint(ServiceInfo service, BindingInfo bi, javax.wsdl.Port port) WSDLEndpointFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> extensions) Methods in org.apache.cxf.wsdl11 with parameters of type EndpointInfoModifier and TypeMethodDescriptionvoidWSDLEndpointFactory.createPortExtensors(Bus bus, EndpointInfo ei, Service service)