Uses of Class
org.apache.cxf.service.model.EndpointInfo
Package
Description
Client and Server related classes.
This package and its sub packages contain classes relating to services and the CXF
service model
Transport related classes.
-
Uses of EndpointInfo in org.apache.cxf.endpoint
Modifier 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. -
Uses of EndpointInfo in org.apache.cxf.policy
Modifier and TypeMethodDescription<T> T
PolicyDataEngine.getClientEndpointPolicy
(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) <T> T
PolicyDataEngine.getServerEndpointPolicy
(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) -
Uses of EndpointInfo in org.apache.cxf.service
Modifier and TypeMethodDescriptionService.getEndpointInfo
(QName endpoint) ServiceImpl.getEndpointInfo
(QName endpoint) Modifier and TypeMethodDescriptionvoid
ServiceModelVisitor.begin
(EndpointInfo endpointInfo) void
ServiceModelVisitor.end
(EndpointInfo endpointInfo) -
Uses of EndpointInfo in org.apache.cxf.service.model
Modifier and TypeMethodDescriptionstatic EndpointInfo
ServiceModelUtil.findBestEndpointInfo
(QName qn, List<ServiceInfo> serviceInfos) ServiceInfo.getEndpoint
(QName qn) Modifier and TypeMethodDescriptionvoid
ServiceInfo.addEndpoint
(EndpointInfo ep) static QName
ServiceModelUtil.getServiceQName
(EndpointInfo ei) boolean
EndpointInfo.isSameAs
(EndpointInfo epInfo) -
Uses of EndpointInfo in org.apache.cxf.transport
Modifier and TypeMethodDescriptionAbstractDestination.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.DestinationWithEndpoint.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.Modifier 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.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.ModifierConstructorDescriptionAbstractDestination
(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)