|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.test.support.creator.AbstractMessageCreator
org.springframework.ws.test.support.creator.PayloadMessageCreator
public class PayloadMessageCreator
Implementation of WebServiceMessageCreator that creates a request based on a Source.
| Constructor Summary | |
|---|---|
PayloadMessageCreator(javax.xml.transform.Source payload)
Creates a new instance of the PayloadMessageCreator with the given payload source. |
|
| Method Summary | |
|---|---|
protected void |
doWithMessage(org.springframework.ws.WebServiceMessage message)
Abstract template method, invoked by AbstractMessageCreator.createMessage(WebServiceMessageFactory) after a message has been
created. |
| Methods inherited from class org.springframework.ws.test.support.creator.AbstractMessageCreator |
|---|
createMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayloadMessageCreator(javax.xml.transform.Source payload)
PayloadMessageCreator with the given payload source.
payload - the payload source| Method Detail |
|---|
protected void doWithMessage(org.springframework.ws.WebServiceMessage message)
throws java.io.IOException
AbstractMessageCreatorAbstractMessageCreator.createMessage(WebServiceMessageFactory) after a message has been
created.
doWithMessage in class AbstractMessageCreatormessage - the message
java.io.IOException - in case of I/O errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||