org.codehaus.activesoap.handler.xstream
Class XStreamHelper
java.lang.Object
org.codehaus.activesoap.handler.xstream.XStreamHelper
- public class XStreamHelper
- extends Object
A helper class for creating XStreams centric REST and SOAP clients
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamHelper
public XStreamHelper()
createRestClient
public static RestClient createRestClient(TransportClient transportClient)
createSoapClient
public static SoapClient createSoapClient(TransportClient transportClient)
newLocalRestClient
public static RestClient newLocalRestClient(RestService service)
newLocalSoapClient
public static SoapClient newLocalSoapClient(SoapService service)
useXStream
public static void useXStream(RestClient client)
- Configures the given
RestClient
to use XStream as the default
client side marshalling layer
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.