org.codehaus.activesoap.impl
Interface ClientHandler

All Known Implementing Classes:
StaxClientHandler, XMLBeansClientHandler, XStreamClientHandler

public interface ClientHandler

An adapter between ActiveSOAP and the XML marshalling layer for performing client side web service invocations.

Version:
$Revision: 1.1 $

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
 Object parseResponse(XMLStreamReader in)
          Parses the body of the response into some object
 

Method Detail

createMethodHandler

public Handler createMethodHandler(Method method,
                                   Object[] args)
Creates a handler capable of generating the body of the request


createBodyHandler

public Handler createBodyHandler(Object object)
Creates a handler capable of generating the body of the request


parseResponse

public Object parseResponse(XMLStreamReader in)
                     throws org.apache.xmlbeans.XmlException
Parses the body of the response into some object

Throws:
org.apache.xmlbeans.XmlException


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