net.javacrumbs.springws.test.validator
Class RequestValidatorResponseGeneratorWrapper

java.lang.Object
  extended by net.javacrumbs.springws.test.validator.RequestValidatorResponseGeneratorWrapper
All Implemented Interfaces:
RequestProcessor

Deprecated.

@Deprecated
public class RequestValidatorResponseGeneratorWrapper
extends java.lang.Object
implements RequestProcessor

Wraps RequestValidator and exposes it as RequestProcessor. To be used for backward compatibility with version 0.6.

Author:
Lukas Krecan

Constructor Summary
RequestValidatorResponseGeneratorWrapper(RequestValidator wrappedValidator)
          Deprecated.  
 
Method Summary
 org.springframework.ws.WebServiceMessage processRequest(java.net.URI uri, org.springframework.ws.WebServiceMessageFactory messageFactory, org.springframework.ws.WebServiceMessage request)
          Deprecated. Processes the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestValidatorResponseGeneratorWrapper

public RequestValidatorResponseGeneratorWrapper(RequestValidator wrappedValidator)
Deprecated. 
Method Detail

processRequest

public org.springframework.ws.WebServiceMessage processRequest(java.net.URI uri,
                                                               org.springframework.ws.WebServiceMessageFactory messageFactory,
                                                               org.springframework.ws.WebServiceMessage request)
                                                        throws java.io.IOException
Deprecated. 
Description copied from interface: RequestProcessor
Processes the request. It can either validate the request or generate a response based on the request. Can return null if it does not apply to given request or throw an exception if appropriate.

Specified by:
processRequest in interface RequestProcessor
Returns:
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.