WebServiceMessageCreator
interface, and implementations.See: Description
| Interface | Description |
|---|---|
| WebServiceMessageCreator |
Defines the general contract for creating messages used in test scenarios.
|
| Class | Description |
|---|---|
| AbstractMessageCreator |
Abstract base class for the
WebServiceMessageCreator interface. |
| PayloadMessageCreator |
Implementation of
WebServiceMessageCreator that creates a request based on a Source. |
| SoapEnvelopeMessageCreator |
Implementation of
WebServiceMessageCreator that creates a request based on a SOAP envelope Source. |
WebServiceMessageCreator
interface, and implementations.