Uses of Interface
org.springframework.ws.test.server.RequestCreator
Package
Description
Provides a testing framework for server-side Web service testing.
-
Uses of RequestCreator in org.springframework.ws.test.server
Modifier and TypeMethodDescriptionstatic RequestCreator
RequestCreators.withPayload
(Source payload) Create a request with the givenSource
XML as payload.static RequestCreator
RequestCreators.withPayload
(org.springframework.core.io.Resource payload) Create a request with the givenResource
XML as payload.static RequestCreator
RequestCreators.withSoapEnvelope
(Source soapEnvelope) Create a request with the givenSource
XML as SOAP envelope.static RequestCreator
RequestCreators.withSoapEnvelope
(org.springframework.core.io.Resource soapEnvelope) Create a request with the givenResource
XML as SOAP envelope.Modifier and TypeMethodDescriptionMockWebServiceClient.sendRequest
(RequestCreator requestCreator) Sends a request message by using the givenRequestCreator
.