org.apache.geronimo.axis.server
Class AxisWebServiceContainer

java.lang.Object
  extended byorg.apache.geronimo.axis.server.AxisWebServiceContainer
All Implemented Interfaces:
Serializable, org.apache.geronimo.webservices.WebServiceContainer

public class AxisWebServiceContainer
extends Object
implements org.apache.geronimo.webservices.WebServiceContainer

Version:
$Rev: 392392 $ $Date: 2006-04-07 22:53:55 +0200 (Fri, 07 Apr 2006) $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.geronimo.webservices.WebServiceContainer
org.apache.geronimo.webservices.WebServiceContainer.Request, org.apache.geronimo.webservices.WebServiceContainer.Response
 
Field Summary
static String LOCATION_REPLACEMENT_TOKEN
           
static String REQUEST
           
static String RESPONSE
           
static String XSD_NS
           
 
Fields inherited from interface org.apache.geronimo.webservices.WebServiceContainer
MESSAGE_CONTEXT, POJO_INSTANCE
 
Constructor Summary
AxisWebServiceContainer(URI location, URI wsdlURL, org.apache.axis.handlers.soap.SOAPService service, Map wsdlMap, ClassLoader classLoader)
           
 
Method Summary
 URI getLocation()
           
 void getWsdl(org.apache.geronimo.webservices.WebServiceContainer.Request request, org.apache.geronimo.webservices.WebServiceContainer.Response response)
           
 void invoke(org.apache.geronimo.webservices.WebServiceContainer.Request req, org.apache.geronimo.webservices.WebServiceContainer.Response res)
           
protected  Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST

public static final String REQUEST

RESPONSE

public static final String RESPONSE

LOCATION_REPLACEMENT_TOKEN

public static final String LOCATION_REPLACEMENT_TOKEN
See Also:
Constant Field Values

XSD_NS

public static final String XSD_NS
See Also:
Constant Field Values
Constructor Detail

AxisWebServiceContainer

public AxisWebServiceContainer(URI location,
                               URI wsdlURL,
                               org.apache.axis.handlers.soap.SOAPService service,
                               Map wsdlMap,
                               ClassLoader classLoader)
Method Detail

invoke

public void invoke(org.apache.geronimo.webservices.WebServiceContainer.Request req,
                   org.apache.geronimo.webservices.WebServiceContainer.Response res)
            throws Exception
Specified by:
invoke in interface org.apache.geronimo.webservices.WebServiceContainer
Throws:
Exception

getWsdl

public void getWsdl(org.apache.geronimo.webservices.WebServiceContainer.Request request,
                    org.apache.geronimo.webservices.WebServiceContainer.Response response)
             throws Exception
Specified by:
getWsdl in interface org.apache.geronimo.webservices.WebServiceContainer
Throws:
Exception

getLocation

public URI getLocation()

readResolve

protected Object readResolve()


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