org.codehaus.activesoap.handler.xstream
Class XStreamClientHandler

java.lang.Object
  extended byorg.codehaus.activesoap.handler.xstream.XStreamClientHandler
All Implemented Interfaces:
ClientHandler

public class XStreamClientHandler
extends Object
implements ClientHandler

Version:
$Revision: 1.2 $

Constructor Summary
XStreamClientHandler()
           
 
Method Summary
 Handler createBodyHandler(Object object)
          Creates a handler capable of generating the body of the request
 Handler createMethodHandler(Method method, Object[] args)
          Creates a handler capable of generating the body of the request
 com.thoughtworks.xstream.io.xml.StaxDriver getDriver()
           
 com.thoughtworks.xstream.XStream getXstream()
           
 Object parseResponse(XMLStreamReader in)
          Parses the body of the response into some object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamClientHandler

public XStreamClientHandler()
Method Detail

createMethodHandler

public Handler createMethodHandler(Method method,
                                   Object[] args)
Description copied from interface: ClientHandler
Creates a handler capable of generating the body of the request

Specified by:
createMethodHandler in interface ClientHandler

createBodyHandler

public Handler createBodyHandler(Object object)
Description copied from interface: ClientHandler
Creates a handler capable of generating the body of the request

Specified by:
createBodyHandler in interface ClientHandler

parseResponse

public Object parseResponse(XMLStreamReader in)
                     throws org.apache.xmlbeans.XmlException
Description copied from interface: ClientHandler
Parses the body of the response into some object

Specified by:
parseResponse in interface ClientHandler
Throws:
org.apache.xmlbeans.XmlException

getDriver

public com.thoughtworks.xstream.io.xml.StaxDriver getDriver()

getXstream

public com.thoughtworks.xstream.XStream getXstream()


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.