|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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(Resource payload)
Create a request with the given Resource XML as payload. |
static RequestCreator |
RequestCreators.withPayload(Source payload)
Create a request with the given Source XML as payload. |
static RequestCreator |
RequestCreators.withSoapEnvelope(Resource soapEnvelope)
Create a request with the given Resource XML as SOAP envelope. |
static RequestCreator |
RequestCreators.withSoapEnvelope(Source soapEnvelope)
Create a request with the given Source XML as SOAP envelope. |
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 . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |