|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointInfo | |
---|---|
org.apache.cxf.binding.soap | |
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.frontend | |
org.apache.cxf.jaxws.support | |
org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
org.apache.cxf.service.factory | |
org.apache.cxf.service.model | |
org.apache.cxf.transport | Transport related classes. |
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http_jetty | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transport.jbi | |
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.transports.http | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.attachment | |
org.apache.cxf.ws.policy.attachment.external | |
org.apache.cxf.ws.policy.attachment.wsdl11 | |
org.apache.cxf.ws.rm | |
org.apache.cxf.wsdl11 |
Uses of EndpointInfo in org.apache.cxf.binding.soap |
---|
Methods in org.apache.cxf.binding.soap that return EndpointInfo | |
---|---|
EndpointInfo |
SoapTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
Methods in org.apache.cxf.binding.soap with parameters of type EndpointInfo | |
---|---|
void |
SoapTransportFactory.createPortExtensors(EndpointInfo ei,
Service service)
|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei)
|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
|
Destination |
SoapTransportFactory.getDestination(EndpointInfo ei)
|
Uses of EndpointInfo in org.apache.cxf.endpoint |
---|
Methods in org.apache.cxf.endpoint that return EndpointInfo | |
---|---|
protected abstract EndpointInfo |
AbstractEndpointFactory.createEndpointInfo()
|
EndpointInfo |
EndpointImpl.getEndpointInfo()
|
EndpointInfo |
Endpoint.getEndpointInfo()
|
Constructors in org.apache.cxf.endpoint with parameters of type EndpointInfo | |
---|---|
EndpointImpl(Bus bus,
Service s,
EndpointInfo ei)
|
Uses of EndpointInfo in org.apache.cxf.frontend |
---|
Methods in org.apache.cxf.frontend that return EndpointInfo | |
---|---|
protected EndpointInfo |
AbstractWSDLBasedEndpointFactory.createEndpointInfo()
|
Uses of EndpointInfo in org.apache.cxf.jaxws.support |
---|
Methods in org.apache.cxf.jaxws.support with parameters of type EndpointInfo | |
---|---|
Endpoint |
JaxWsServiceFactoryBean.createEndpoint(EndpointInfo ei)
|
Constructors in org.apache.cxf.jaxws.support with parameters of type EndpointInfo | |
---|---|
JaxWsClientEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
ServiceImpl si)
|
|
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei)
|
|
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo)
|
Uses of EndpointInfo in org.apache.cxf.service |
---|
Methods in org.apache.cxf.service that return EndpointInfo | |
---|---|
EndpointInfo |
ServiceImpl.getEndpointInfo(javax.xml.namespace.QName endpoint)
|
EndpointInfo |
Service.getEndpointInfo(javax.xml.namespace.QName endpoint)
|
Uses of EndpointInfo in org.apache.cxf.service.factory |
---|
Methods in org.apache.cxf.service.factory that return EndpointInfo | |
---|---|
EndpointInfo |
ReflectionServiceFactoryBean.getEndpointInfo()
|
Methods in org.apache.cxf.service.factory with parameters of type EndpointInfo | |
---|---|
Endpoint |
ReflectionServiceFactoryBean.createEndpoint(EndpointInfo ei)
|
Uses of EndpointInfo in org.apache.cxf.service.model |
---|
Methods in org.apache.cxf.service.model that return EndpointInfo | |
---|---|
static EndpointInfo |
ServiceModelUtil.findBestEndpointInfo(javax.xml.namespace.QName qn,
java.util.List<ServiceInfo> serviceInfos)
|
EndpointInfo |
ServiceInfo.getEndpoint(javax.xml.namespace.QName qn)
|
Methods in org.apache.cxf.service.model that return types with arguments of type EndpointInfo | |
---|---|
java.util.Collection<EndpointInfo> |
ServiceInfo.getEndpoints()
|
Methods in org.apache.cxf.service.model with parameters of type EndpointInfo | |
---|---|
void |
ServiceInfo.addEndpoint(EndpointInfo ep)
|
boolean |
EndpointInfo.isSameAs(EndpointInfo epInfo)
|
Uses of EndpointInfo in org.apache.cxf.transport |
---|
Fields in org.apache.cxf.transport declared as EndpointInfo | |
---|---|
protected EndpointInfo |
AbstractDestination.endpointInfo
|
Methods in org.apache.cxf.transport with parameters of type EndpointInfo | |
---|---|
Conduit |
ConduitInitiator.getConduit(EndpointInfo targetInfo)
Initiate an outbound Conduit. |
Conduit |
ConduitInitiator.getConduit(EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
Initiate an outbound Conduit. |
Destination |
DestinationFactory.getDestination(EndpointInfo ei)
Create a destination. |
protected static org.apache.cxf.ws.addressing.EndpointReferenceType |
AbstractObservable.getTargetReference(EndpointInfo ei,
Bus bus)
Get the target reference . |
protected static org.apache.cxf.ws.addressing.EndpointReferenceType |
AbstractObservable.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 EndpointInfo | |
---|---|
AbstractDestination(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 |
---|
Methods in org.apache.cxf.transport.http that return EndpointInfo | |
---|---|
EndpointInfo |
AbstractHTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei)
|
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei,
boolean dp)
|
Methods in org.apache.cxf.transport.http with parameters of type EndpointInfo | |
---|---|
void |
AbstractHTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service)
|
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei)
|
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei,
boolean dp)
|
Conduit |
AbstractHTTPTransportFactory.getConduit(EndpointInfo endpointInfo)
This call creates a new HTTPConduit for the endpoint. |
Conduit |
AbstractHTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType. |
boolean |
WSDLQueryHandler.isRecognizedQuery(java.lang.String baseUri,
java.lang.String ctx,
EndpointInfo endpointInfo)
|
boolean |
WSDLQueryHandler.isRecognizedQuery(java.lang.String baseUri,
java.lang.String ctx,
EndpointInfo endpointInfo,
boolean contextMatchExact)
|
protected void |
WSDLQueryHandler.updateDefinition(javax.wsdl.Definition def,
java.util.Map<java.lang.String,javax.wsdl.Definition> done,
java.util.Map<java.lang.String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
java.lang.String base,
EndpointInfo ei)
|
void |
WSDLQueryHandler.writeResponse(java.lang.String baseUri,
java.lang.String ctxUri,
EndpointInfo endpointInfo,
java.io.OutputStream os)
|
Constructors in org.apache.cxf.transport.http with parameters of type EndpointInfo | |
---|---|
AbstractHTTPDestination(Bus b,
ConduitInitiator ci,
EndpointInfo ei,
boolean dp)
Constructor |
|
HTTPConduit(Bus b,
EndpointInfo ei)
Constructor |
|
HTTPConduit(Bus b,
EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType t)
Constructor |
Uses of EndpointInfo in org.apache.cxf.transport.http_jetty |
---|
Methods in org.apache.cxf.transport.http_jetty with parameters of type EndpointInfo | |
---|---|
Destination |
JettyHTTPTransportFactory.getDestination(EndpointInfo endpointInfo)
|
Constructors in org.apache.cxf.transport.http_jetty with parameters of type EndpointInfo | |
---|---|
JettyHTTPDestination(Bus b,
JettyHTTPTransportFactory ci,
EndpointInfo endpointInfo)
Constructor, using Jetty server engine. |
Uses of EndpointInfo in org.apache.cxf.transport.http.policy |
---|
Methods in org.apache.cxf.transport.http.policy with parameters of type EndpointInfo | |
---|---|
static org.apache.cxf.transports.http.configuration.HTTPClientPolicy |
PolicyUtils.getClient(PolicyEngine pe,
EndpointInfo ei,
Conduit c)
Returns a HTTPClientPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions. |
static org.apache.cxf.transports.http.configuration.HTTPServerPolicy |
PolicyUtils.getServer(PolicyEngine pe,
EndpointInfo ei,
Destination d)
Returns a HTTPServerPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions. |
Uses of EndpointInfo in org.apache.cxf.transport.jbi |
---|
Methods in org.apache.cxf.transport.jbi with parameters of type EndpointInfo | |
---|---|
Conduit |
JBITransportFactory.getConduit(EndpointInfo targetInfo)
|
Conduit |
JBITransportFactory.getConduit(EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
|
Destination |
JBITransportFactory.getDestination(EndpointInfo ei)
|
Constructors in org.apache.cxf.transport.jbi with parameters of type EndpointInfo | |
---|---|
JBIDestination(EndpointInfo info,
JBIDispatcherUtil dispatcher,
javax.jbi.messaging.DeliveryChannel dc)
|
Uses of EndpointInfo in org.apache.cxf.transport.jms |
---|
Methods in org.apache.cxf.transport.jms with parameters of type EndpointInfo | |
---|---|
JMSConfiguration |
JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo(Bus bus,
EndpointInfo endpointInfo,
boolean isConduit)
|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo)
|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
Initiate an outbound Conduit. |
Destination |
JMSTransportFactory.getDestination(EndpointInfo endpointInfo)
Create a destination. |
Constructors in org.apache.cxf.transport.jms with parameters of type EndpointInfo | |
---|---|
JMSConduit(EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
JMSConfiguration jmsConfig)
|
|
JMSDestination(Bus b,
EndpointInfo info,
JMSConfiguration jmsConfig)
|
Uses of EndpointInfo in org.apache.cxf.transport.local |
---|
Methods in org.apache.cxf.transport.local with parameters of type EndpointInfo | |
---|---|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei)
|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
|
Destination |
LocalTransportFactory.getDestination(EndpointInfo ei)
|
protected Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference)
|
Constructors in org.apache.cxf.transport.local with parameters of type EndpointInfo | |
---|---|
LocalDestination(LocalTransportFactory localDestinationFactory,
org.apache.cxf.ws.addressing.EndpointReferenceType epr,
EndpointInfo ei)
|
Uses of EndpointInfo in org.apache.cxf.transport.servlet |
---|
Methods in org.apache.cxf.transport.servlet that return EndpointInfo | |
---|---|
EndpointInfo |
ServletDestination.getEndpointInfo()
|
Methods in org.apache.cxf.transport.servlet with parameters of type EndpointInfo | |
---|---|
Destination |
ServletTransportFactory.getDestination(EndpointInfo endpointInfo)
|
Constructors in org.apache.cxf.transport.servlet with parameters of type EndpointInfo | |
---|---|
ServletDestination(Bus b,
ConduitInitiator ci,
EndpointInfo ei,
ServletTransportFactory fact,
java.lang.String p)
Constructor, allowing subsititution of configuration. |
Uses of EndpointInfo in org.apache.cxf.transports.http |
---|
Methods in org.apache.cxf.transports.http with parameters of type EndpointInfo | |
---|---|
boolean |
QueryHandler.isRecognizedQuery(java.lang.String fullQueryString,
java.lang.String ctx,
EndpointInfo endpoint)
|
boolean |
StemMatchingQueryHandler.isRecognizedQuery(java.lang.String fullQueryString,
java.lang.String ctx,
EndpointInfo endpoint,
boolean contextMatchExact)
|
void |
QueryHandler.writeResponse(java.lang.String fullQueryString,
java.lang.String ctx,
EndpointInfo endpoint,
java.io.OutputStream os)
Write query response to output stream |
Uses of EndpointInfo in org.apache.cxf.ws.policy |
---|
Constructors in org.apache.cxf.ws.policy with parameters of type EndpointInfo | |
---|---|
EndpointPolicyImpl(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 EndpointInfo | |
---|---|
org.apache.neethi.Policy |
ServiceModelPolicyProvider.getEffectivePolicy(EndpointInfo ei)
|
Uses of EndpointInfo in org.apache.cxf.ws.policy.attachment.external |
---|
Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type EndpointInfo | |
---|---|
boolean |
DomainExpression.appliesTo(EndpointInfo ei)
|
boolean |
PolicyAttachment.appliesTo(EndpointInfo ei)
|
boolean |
EndpointReferenceDomainExpression.appliesTo(EndpointInfo ei)
|
boolean |
Wsdl11XPointerDomainExpression.appliesTo(EndpointInfo ei)
|
org.apache.neethi.Policy |
ExternalAttachmentProvider.getEffectivePolicy(EndpointInfo ei)
|
Uses of EndpointInfo in org.apache.cxf.ws.policy.attachment.wsdl11 |
---|
Methods in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type EndpointInfo | |
---|---|
org.apache.neethi.Policy |
Wsdl11AttachmentPolicyProvider.getEffectivePolicy(EndpointInfo ei)
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 EndpointInfo | |
---|---|
EndpointInfo |
WrappedEndpoint.getEndpointInfo()
|
EndpointInfo |
WrappedService.getEndpointInfo(javax.xml.namespace.QName endpoint)
|
Uses of EndpointInfo in org.apache.cxf.wsdl11 |
---|
Methods in org.apache.cxf.wsdl11 that return EndpointInfo | |
---|---|
EndpointInfo |
WSDLServiceBuilder.buildEndpoint(ServiceInfo service,
BindingInfo bi,
javax.wsdl.Port port)
|
EndpointInfo |
WSDLEndpointFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
Methods in org.apache.cxf.wsdl11 with parameters of type EndpointInfo | |
---|---|
void |
WSDLEndpointFactory.createPortExtensors(EndpointInfo ei,
Service service)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |