org.apache.geronimo.axis2.client
Class Axis2ServiceReference

java.lang.Object
  extended by javax.naming.Reference
      extended by org.apache.xbean.naming.reference.SimpleReference
          extended by org.apache.geronimo.naming.reference.SimpleReference
              extended by org.apache.geronimo.jaxws.client.JAXWSServiceReference
                  extended by org.apache.geronimo.axis2.client.Axis2ServiceReference
All Implemented Interfaces:
Serializable, Cloneable, BundleAwareReference

public class Axis2ServiceReference
extends JAXWSServiceReference

Version:
$Rev$ $Date$
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.xbean.naming.reference.SimpleReference
org.apache.xbean.naming.reference.SimpleReference.SimpleObjectFactory
 
Field Summary
 
Fields inherited from class org.apache.geronimo.jaxws.client.JAXWSServiceReference
bundle, enhancedServiceClass, handlerChainsInfo, methodInterceptors, moduleName, referenceClassName, seiInfoMap, serviceClassName, serviceConstructor, serviceQName, wsdlURI
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
Axis2ServiceReference(String serviceClassName, String referenceClassName, URI wsdlURI, QName serviceQName, AbstractName name, HandlerChainsInfo handlerChainsInfo, Map<Object,EndpointInfo> seiInfoMap)
           
 
Method Summary
 Object getContent()
           
protected  HandlerResolver getHandlerResolver(Class serviceClass)
           
protected  PortMethodInterceptor getPortMethodInterceptor()
           
 
Methods inherited from class org.apache.geronimo.jaxws.client.JAXWSServiceReference
getCatalog, setBundle
 
Methods inherited from class org.apache.xbean.naming.reference.SimpleReference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Axis2ServiceReference

public Axis2ServiceReference(String serviceClassName,
                             String referenceClassName,
                             URI wsdlURI,
                             QName serviceQName,
                             AbstractName name,
                             HandlerChainsInfo handlerChainsInfo,
                             Map<Object,EndpointInfo> seiInfoMap)
Method Detail

getContent

public Object getContent()
                  throws NamingException
Overrides:
getContent in class JAXWSServiceReference
Throws:
NamingException

getHandlerResolver

protected HandlerResolver getHandlerResolver(Class serviceClass)
Specified by:
getHandlerResolver in class JAXWSServiceReference

getPortMethodInterceptor

protected PortMethodInterceptor getPortMethodInterceptor()
Overrides:
getPortMethodInterceptor in class JAXWSServiceReference


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.