Uses of Class
org.apache.geronimo.jaxws.client.EndpointInfo

Packages that use EndpointInfo
org.apache.geronimo.axis2.client   
org.apache.geronimo.cxf.client   
org.apache.geronimo.jaxws.builder   
org.apache.geronimo.jaxws.client   
 

Uses of EndpointInfo in org.apache.geronimo.axis2.client
 

Constructor parameters in org.apache.geronimo.axis2.client with type arguments of type EndpointInfo
Axis2PortMethodInterceptor(Map<Object,EndpointInfo> seiInfoMap)
           
Axis2ServiceReference(String serviceClassName, String referenceClassName, URI wsdlURI, QName serviceQName, AbstractName name, String handlerChainsXML, Map<Object,EndpointInfo> seiInfoMap)
           
 

Uses of EndpointInfo in org.apache.geronimo.cxf.client
 

Constructor parameters in org.apache.geronimo.cxf.client with type arguments of type EndpointInfo
CXFServiceReference(String serviceClassName, String referenceClassName, URI wsdlURI, QName serviceQName, AbstractName name, String handlerChainsXML, Map<Object,EndpointInfo> seiInfoMap)
           
 

Uses of EndpointInfo in org.apache.geronimo.jaxws.builder
 

Methods in org.apache.geronimo.jaxws.builder that return types with arguments of type EndpointInfo
 Map<Object,EndpointInfo> EndpointInfoBuilder.getEndpointInfo()
           
 

Uses of EndpointInfo in org.apache.geronimo.jaxws.client
 

Fields in org.apache.geronimo.jaxws.client with type parameters of type EndpointInfo
protected  Map<Object,EndpointInfo> JAXWSServiceReference.seiInfoMap
           
 

Constructor parameters in org.apache.geronimo.jaxws.client with type arguments of type EndpointInfo
JAXWSServiceReference(String handlerChainsXML, Map<Object,EndpointInfo> seiInfoMap, AbstractName name, QName serviceQName, URI wsdlURI, String referenceClassName, String serviceClassName)
           
PortMethodInterceptor(Map<Object,EndpointInfo> seiInfoMap)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.