Uses of Interface
org.springframework.ws.test.server.RequestCreator

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

Uses of RequestCreator in org.springframework.ws.test.server
 

Methods in org.springframework.ws.test.server that return RequestCreator
static RequestCreator RequestCreators.withPayload(org.springframework.core.io.Resource payload)
          Create a request with the given Resource XML as payload.
static RequestCreator RequestCreators.withPayload(javax.xml.transform.Source payload)
          Create a request with the given Source XML as payload.
 

Methods in org.springframework.ws.test.server with parameters of type RequestCreator
 ResponseActions MockWebServiceClient.sendRequest(RequestCreator requestCreator)
          Sends a request message by using the given RequestCreator.
 



Copyright © 2011. All Rights Reserved.