|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointInfo | |
|---|---|
| org.apache.cxf.endpoint | Client and Server related classes. |
| org.apache.cxf.jaxrs | |
| org.apache.cxf.policy | |
| 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.servlet | |
| org.apache.cxf.transports.http | |
| org.apache.cxf.wsdl11 | |
| Uses of EndpointInfo in org.apache.cxf.endpoint |
|---|
| Methods in org.apache.cxf.endpoint that return EndpointInfo | |
|---|---|
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.jaxrs |
|---|
| Methods in org.apache.cxf.jaxrs that return EndpointInfo | |
|---|---|
protected EndpointInfo |
AbstractJAXRSFactoryBean.createEndpointInfo()
|
EndpointInfo |
JAXRSServiceImpl.getEndpointInfo(QName endpoint)
|
| Uses of EndpointInfo in org.apache.cxf.policy |
|---|
| Methods in org.apache.cxf.policy with parameters of type EndpointInfo | ||
|---|---|---|
|
PolicyDataEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator)
|
|
|
PolicyDataEngine.getServerEndpointPolicy(EndpointInfo ei,
Destination d,
PolicyCalculator<T> policyCalculator)
|
|
| Uses of EndpointInfo in org.apache.cxf.service |
|---|
| Methods in org.apache.cxf.service that return EndpointInfo | |
|---|---|
EndpointInfo |
Service.getEndpointInfo(QName endpoint)
|
EndpointInfo |
ServiceImpl.getEndpointInfo(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(QName qn,
List<ServiceInfo> serviceInfos)
|
EndpointInfo |
ServiceInfo.getEndpoint(QName qn)
|
| Methods in org.apache.cxf.service.model that return types with arguments of type EndpointInfo | |
|---|---|
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 |
DestinationWithEndpoint.getEndpointInfo()
Return the ServiceModel endpoint description for this destination. |
EndpointInfo |
AbstractDestination.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 |
HTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
List<?> ees)
|
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 | |
|---|---|
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry)
|
void |
HTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service)
|
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei)
|
protected static EndpointInfo |
AbstractHTTPDestination.getAddressValue(EndpointInfo ei,
boolean dp)
|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo)
This call creates a new HTTPConduit for the endpoint. |
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType. |
Destination |
HTTPTransportFactory.getDestination(EndpointInfo endpointInfo)
|
| Constructors in org.apache.cxf.transport.http with parameters of type EndpointInfo | |
|---|---|
AbstractHTTPDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path,
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 | |
|---|---|
AbstractHTTPDestination |
JettyDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry)
|
| Constructors in org.apache.cxf.transport.http_jetty with parameters of type EndpointInfo | |
|---|---|
JettyHTTPDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory)
Constructor, using Jetty server engine. |
|
| Uses of EndpointInfo in org.apache.cxf.transport.servlet |
|---|
| Methods in org.apache.cxf.transport.servlet with parameters of type EndpointInfo | |
|---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry)
|
protected QueryHandler |
ServletController.findQueryHandler(QueryHandlerRegistry queryHandlerRegistry,
EndpointInfo ei,
String ctxUri,
String baseUri)
|
protected void |
ServletController.respondUsingQueryHandler(QueryHandler selectedHandler,
javax.servlet.http.HttpServletResponse res,
EndpointInfo ei,
String ctxUri,
String baseUri)
|
| Constructors in org.apache.cxf.transport.servlet with parameters of type EndpointInfo | |
|---|---|
ServletDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path)
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(String fullQueryString,
String ctx,
EndpointInfo endpoint)
|
boolean |
StemMatchingQueryHandler.isRecognizedQuery(String fullQueryString,
String ctx,
EndpointInfo endpoint,
boolean contextMatchExact)
|
void |
QueryHandler.writeResponse(String fullQueryString,
String ctx,
EndpointInfo endpoint,
OutputStream os)
Write query response to output stream |
| 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,
List<?> extensions)
|
| 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 | |||||||||