|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.test.server.RequestCreators
public abstract class RequestCreators
Factory methods for RequestCreator classes. Typically used to provide input for MockWebServiceClient.sendRequest(RequestCreator).
| Method Summary | |
|---|---|
static RequestCreator |
withPayload(org.springframework.core.io.Resource payload)
Create a request with the given Resource XML as payload. |
static RequestCreator |
withPayload(javax.xml.transform.Source payload)
Create a request with the given Source XML as payload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RequestCreator withPayload(javax.xml.transform.Source payload)
Source XML as payload.
payload - the request payload
public static RequestCreator withPayload(org.springframework.core.io.Resource payload)
throws java.io.IOException
Resource XML as payload.
payload - the request payload
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||