Apache CXF API

Uses of Class
org.apache.cxf.service.model.EndpointInfo

Packages that use EndpointInfo
org.apache.cxf.endpoint Client and Server related classes. 
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.model   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transports.http   
 

Uses of EndpointInfo in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return EndpointInfo
 EndpointInfo Endpoint.getEndpointInfo()
           
 EndpointInfo EndpointImpl.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.policy
 

Methods in org.apache.cxf.policy with parameters of type EndpointInfo
<T> T
PolicyDataEngine.getClientEndpointPolicy(EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)
           
<T> T
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 ServiceImpl.getEndpointInfo(QName endpoint)
           
 EndpointInfo Service.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.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)
           
static QName ServiceModelUtil.getServiceQName(EndpointInfo ei)
           
 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.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
 


Apache CXF API

Apache CXF