Apache 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   
org.apache.cxf.transports.http   
org.apache.cxf.ws.policy   
 

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.
 

Uses of EndpointInfo in org.apache.cxf.transports.http
 

Methods in org.apache.cxf.transports.http with parameters of type EndpointInfo
 boolean QueryHandler.isRecognizedQuery(java.lang.String uri, EndpointInfo endpoint)
           
 void QueryHandler.writeResponse(java.lang.String queryURI, EndpointInfo endpoint, java.io.OutputStream os)
          Write query response to output stream
 

Uses of EndpointInfo in org.apache.cxf.ws.policy
 

Methods in org.apache.cxf.ws.policy with parameters of type EndpointInfo
 org.apache.neethi.Policy PolicyProvider.getEffectivePolicy(EndpointInfo ei)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.