Uses of Class
org.apache.cxf.service.model.EndpointInfo
Packages that use 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
Methods in org.apache.cxf.endpoint that return EndpointInfoMethods in org.apache.cxf.endpoint with parameters of type EndpointInfoModifier 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.Constructors in org.apache.cxf.endpoint with parameters of type EndpointInfo -
Uses of EndpointInfo in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type EndpointInfoModifier 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
Methods in org.apache.cxf.service that return EndpointInfoModifier and TypeMethodDescriptionService.getEndpointInfo
(QName endpoint) ServiceImpl.getEndpointInfo
(QName endpoint) Methods in org.apache.cxf.service with parameters of type EndpointInfoModifier and TypeMethodDescriptionvoid
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 EndpointInfoModifier and TypeMethodDescriptionstatic EndpointInfo
ServiceModelUtil.findBestEndpointInfo
(QName qn, List<ServiceInfo> serviceInfos) ServiceInfo.getEndpoint
(QName qn) Methods in org.apache.cxf.service.model that return types with arguments of type EndpointInfoMethods in org.apache.cxf.service.model with parameters of type EndpointInfoModifier 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
Fields in org.apache.cxf.transport declared as EndpointInfoMethods in org.apache.cxf.transport that return EndpointInfoModifier and TypeMethodDescriptionAbstractDestination.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.DestinationWithEndpoint.getEndpointInfo()
Return the ServiceModel endpoint description for this destination.Methods in org.apache.cxf.transport with parameters of type EndpointInfoModifier 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.Constructors in org.apache.cxf.transport with parameters of type EndpointInfoModifierConstructorDescriptionAbstractDestination
(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)