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, ClassLoaderAwareReference, KernelAwareReference

public class Axis2ServiceReference
extends JAXWSServiceReference

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
classLoader, enhancedServiceClass, handlerChainsXML, 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, String handlerChainsXML, Map<Object,EndpointInfo> seiInfoMap)
           
 
Method Summary
protected  HandlerResolver getHandlerResolver(Class serviceClass)
           
protected  PortMethodInterceptor getPortMethodInterceptor()
           
 
Methods inherited from class org.apache.geronimo.jaxws.client.JAXWSServiceReference
getContent, setClassLoader, setKernel
 
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,
                             String handlerChainsXML,
                             Map<Object,EndpointInfo> seiInfoMap)
Method Detail

getHandlerResolver

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

getPortMethodInterceptor

protected PortMethodInterceptor getPortMethodInterceptor()
Overrides:
getPortMethodInterceptor in class JAXWSServiceReference


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