|
Apache CXF API | |||||||||
| 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.jaxrs | |
| 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.servlet | |
| org.apache.cxf.transports.http | |
| org.apache.cxf.ws.policy | |
| 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,
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()
|
| Methods in org.apache.cxf.endpoint with parameters of type EndpointInfo | |
|---|---|
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 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.jaxrs |
|---|
| Methods in org.apache.cxf.jaxrs that return EndpointInfo | |
|---|---|
protected EndpointInfo |
JAXRSServerFactoryBean.createEndpointInfo()
|
EndpointInfo |
JAXRSServiceImpl.getEndpointInfo(javax.xml.namespace.QName endpoint)
|
| 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)
|
| Methods in org.apache.cxf.service with parameters of type EndpointInfo | |
|---|---|
void |
ServiceModelVisitor.begin(EndpointInfo endpointInfo)
|
void |
ServiceModelVisitor.end(EndpointInfo endpointInfo)
|
| 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 that return EndpointInfo | |
|---|---|
EndpointInfo |
AbstractDestination.getEndpointInfo()
Return the ServiceModel endpoint description for this destination. |
EndpointInfo |
DestinationWithEndpoint.getEndpointInfo()
Return the ServiceModel endpoint description for this destination. |
| 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,
EndpointReferenceType target)
Initiate an outbound Conduit. |
Destination |
DestinationFactory.getDestination(EndpointInfo ei)
Create a destination. |
protected static EndpointReferenceType |
AbstractObservable.getTargetReference(EndpointInfo ei,
Bus bus)
Get the target reference . |
protected static EndpointReferenceType |
AbstractObservable.getTargetReference(EndpointInfo ei,
EndpointReferenceType t,
Bus bus)
Get the target endpoint reference. |
| Constructors in org.apache.cxf.transport with parameters of type EndpointInfo | |
|---|---|
AbstractDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei)
|
|
AbstractDestination(EndpointReferenceType ref,
EndpointInfo ei)
|
|
AbstractMultiplexDestination(Bus b,
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,
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,
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 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 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.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 |
|---|
| 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)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||