Package | Description |
---|---|
org.springframework.ws.test.server |
Provides a testing framework for server-side Web service testing.
|
Modifier and Type | Method and Description |
---|---|
static RequestCreator |
RequestCreators.withPayload(org.springframework.core.io.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(org.springframework.core.io.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. |
Modifier and Type | Method and Description |
---|---|
ResponseActions |
MockWebServiceClient.sendRequest(RequestCreator requestCreator)
Sends a request message by using the given
RequestCreator . |
Copyright © 2020 Pivotal Software. All rights reserved.