Uses of Interface
org.springframework.ws.test.client.ResponseCreator

Packages that use ResponseCreator
org.springframework.ws.test.client Provides a testing framework for client-side Web service testing. 
 

Uses of ResponseCreator in org.springframework.ws.test.client
 

Methods in org.springframework.ws.test.client that return ResponseCreator
static ResponseCreator ResponseCreators.withClientOrSenderFault(java.lang.String faultStringOrReason, java.util.Locale locale)
          Respond with a Client (SOAP 1.1) or Sender (SOAP 1.2) fault.
static ResponseCreator ResponseCreators.withError(java.lang.String errorMessage)
          Respond with an error.
static ResponseCreator ResponseCreators.withException(java.io.IOException ioException)
          Respond with an IOException.
static ResponseCreator ResponseCreators.withException(java.lang.RuntimeException ex)
          Respond with an RuntimeException.
static ResponseCreator ResponseCreators.withMustUnderstandFault(java.lang.String faultStringOrReason, java.util.Locale locale)
          Respond with a MustUnderstand fault.
static ResponseCreator ResponseCreators.withPayload(org.springframework.core.io.Resource payload)
          Respond with the given Resource XML as payload response.
static ResponseCreator ResponseCreators.withPayload(javax.xml.transform.Source payload)
          Respond with the given Source XML as payload response.
static ResponseCreator ResponseCreators.withServerOrReceiverFault(java.lang.String faultStringOrReason, java.util.Locale locale)
          Respond with a Server (SOAP 1.1) or Receiver (SOAP 1.2) fault.
static ResponseCreator ResponseCreators.withVersionMismatchFault(java.lang.String faultStringOrReason, java.util.Locale locale)
          Respond with a VersionMismatch fault.
 

Methods in org.springframework.ws.test.client with parameters of type ResponseCreator
 void ResponseActions.andRespond(ResponseCreator responseCreator)
          Sets the ResponseCreator for this mock.
 



Copyright © 2011. All Rights Reserved.