Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.handlers.fakews
Class FakeDWS

java.lang.Object
  extended by org.nuxeo.wss.handlers.fakews.FakeDWS
All Implemented Interfaces:
FakeWSHandler

public class FakeDWS
extends java.lang.Object
implements FakeWSHandler

Minimal fake implementation of the DWS WebService. Uses FreeMarker to render responses.

Author:
Thierry Delprat

Field Summary
static java.lang.String document_TAG
           
static java.lang.String url_TAG
           
 
Constructor Summary
FakeDWS()
           
 
Method Summary
 void handleRequest(FakeWSRequest request, WSSResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document_TAG

public static final java.lang.String document_TAG
See Also:
Constant Field Values

url_TAG

public static final java.lang.String url_TAG
See Also:
Constant Field Values
Constructor Detail

FakeDWS

public FakeDWS()
Method Detail

handleRequest

public void handleRequest(FakeWSRequest request,
                          WSSResponse response)
                   throws WSSException
Specified by:
handleRequest in interface FakeWSHandler
Throws:
WSSException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.