org.apache.geronimo.axis2.pojo
Class POJOServiceDispatcher

java.lang.Object
  extended by org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
      extended by org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
          extended by org.apache.geronimo.axis2.pojo.POJOServiceDispatcher
All Implemented Interfaces:
org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher

public class POJOServiceDispatcher
extends org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher.AsyncInvocationWorker
 
Field Summary
 
Fields inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
serviceImplClass, serviceInstance
 
Constructor Summary
POJOServiceDispatcher(java.lang.Class serviceClass, java.lang.Object instance)
           
 
Method Summary
protected  void initialize(org.apache.axis2.jaxws.core.MessageContext mc)
           
 
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher
createFaultResponse, createFaultResponse, createResponse, createResponse, getJavaMethod, invoke, invokeAsync, invokeOneWay
 
Methods inherited from class org.apache.axis2.jaxws.server.dispatcher.JavaDispatcher
getServiceImplementationClass, invokeTargetOperation, responseReady, setCheckedExceptionProperty, setExceptionProperties, setFaultResponseAction, setWebMethodExceptionProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POJOServiceDispatcher

public POJOServiceDispatcher(java.lang.Class serviceClass,
                             java.lang.Object instance)
Method Detail

initialize

protected void initialize(org.apache.axis2.jaxws.core.MessageContext mc)
Overrides:
initialize in class org.apache.axis2.jaxws.server.dispatcher.JavaBeanDispatcher


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