org.apache.geronimo.webservices
Interface WebServiceContainer
- All Superinterfaces:
- Serializable
- public interface WebServiceContainer
- extends Serializable
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
Field Summary |
static String |
MESSAGE_CONTEXT
Used when this WebServiceContainer is servicing a POJO implementing the
ServiceLifecycle interface, in which case the WebServiceContainer is expected
to put the JAX-RPC MessageContext it creates in the Request instance. |
static String |
POJO_INSTANCE
Used when this WebServiceContainer is servicing a POJO, in which case
the pojo instance is held by the enclosing servlet/invoker and passed in
the Request instance to the container. |
POJO_INSTANCE
public static final String POJO_INSTANCE
- Used when this WebServiceContainer is servicing a POJO, in which case
the pojo instance is held by the enclosing servlet/invoker and passed in
the Request instance to the container.
MESSAGE_CONTEXT
public static final String MESSAGE_CONTEXT
- Used when this WebServiceContainer is servicing a POJO implementing the
ServiceLifecycle interface, in which case the WebServiceContainer is expected
to put the JAX-RPC MessageContext it creates in the Request instance.
invoke
public void invoke(WebServiceContainer.Request request,
WebServiceContainer.Response response)
throws Exception
- Throws:
Exception
getWsdl
public void getWsdl(WebServiceContainer.Request req,
WebServiceContainer.Response res)
throws Exception
- Throws:
Exception
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.