CXF API

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

Packages that use EndpointInfo
org.apache.cxf.endpoint   
org.apache.cxf.service.model   
org.apache.cxf.transport   
 

Uses of EndpointInfo in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return EndpointInfo
 EndpointInfo Endpoint.getEndpointInfo()
           
 

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

Methods in org.apache.cxf.service.model that return EndpointInfo
 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)
           
 

Uses of EndpointInfo in org.apache.cxf.transport
 

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, org.apache.cxf.ws.addressing.EndpointReferenceType target)
          Initiate an outbound Conduit.
 Destination DestinationFactory.getDestination(EndpointInfo ei)
          Create a destination.
 


CXF API

-