org.codehaus.activesoap.handler.xstream
Class XStreamOutputHandler

java.lang.Object
  extended byorg.codehaus.activesoap.handler.xstream.XStreamOutputHandler
All Implemented Interfaces:
Handler

public class XStreamOutputHandler
extends Object
implements Handler

Generates a REST/SOAP invocation body from a method call with arguments.

Version:
$Revision: 1.4 $

Constructor Summary
XStreamOutputHandler(Object argument)
           
XStreamOutputHandler(Object[] args)
           
XStreamOutputHandler(com.thoughtworks.xstream.io.xml.StaxDriver driver, Object[] args)
           
 
Method Summary
 void invoke(MessageExchange exchange)
          Handles the processing of an XML message which is typically a SOAP body element or header element but could be an entire REST XML service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamOutputHandler

public XStreamOutputHandler(com.thoughtworks.xstream.io.xml.StaxDriver driver,
                            Object[] args)

XStreamOutputHandler

public XStreamOutputHandler(Object[] args)

XStreamOutputHandler

public XStreamOutputHandler(Object argument)
Method Detail

invoke

public void invoke(MessageExchange exchange)
            throws Exception
Description copied from interface: Handler
Handles the processing of an XML message which is typically a SOAP body element or header element but could be an entire REST XML service.

Specified by:
invoke in interface Handler
Parameters:
exchange - is the message exchange which can be used to accesss message-specific attributes to communicate between different handlers in a loose coupled way or to access service specific details such as the SOAP roles and encodings etc.
Throws:
Exception


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