org.codehaus.activesoap.handler.xstream
Class XStreamInvokeMethodHandler
java.lang.Object
org.codehaus.activesoap.handler.xstream.XStreamHandler
org.codehaus.activesoap.handler.xstream.XStreamInvokeMethodHandler
- All Implemented Interfaces:
- Handler
- public class XStreamInvokeMethodHandler
- extends XStreamHandler
- Version:
- $Revision: 1.3 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamInvokeMethodHandler
public XStreamInvokeMethodHandler(Class serviceClass,
Method method)
handleBody
protected void handleBody(MessageExchange exchange,
Object body,
XMLStreamWriter out)
throws Exception
- Overrides:
handleBody
in class XStreamHandler
- Throws:
Exception
invokeService
protected void invokeService(Object body,
MessageExchange exchange,
XMLStreamWriter out,
Object serviceInstance)
throws Exception
- Invokes the service on the given serviceInstance
- Throws:
Exception
createService
protected Object createService()
throws Exception
- Factory method to create a new instance temporary instance of the service
- Returns:
-
- Throws:
Exception
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.