org.codehaus.activesoap.handler.xstream
Class XStreamHelper

java.lang.Object
  extended byorg.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 $

Constructor Summary
XStreamHelper()
           
 
Method Summary
static RestClient createRestClient(TransportClient transportClient)
           
static SoapClient createSoapClient(TransportClient transportClient)
           
static RestClient newLocalRestClient(RestService service)
           
static SoapClient newLocalSoapClient(SoapService service)
           
static void useXStream(RestClient client)
          Configures the given RestClient to use XStream as the default client side marshalling layer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamHelper

public XStreamHelper()
Method Detail

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.