Interface SoapSendMessageBuilderFactory<T extends TestAction,M extends SoapSendMessageBuilderFactory<T,M>>

All Superinterfaces:
MessageBuilderFactory<T,M>, ReferenceResolverAwareBuilder<T,M>, SendMessageBuilderFactory<T,M>, TestActionBuilder<T>
All Known Subinterfaces:
SoapSendFaultMessageBuilderFactory<T,M>

public interface SoapSendMessageBuilderFactory<T extends TestAction,M extends SoapSendMessageBuilderFactory<T,M>> extends SendMessageBuilderFactory<T,M>
  • Method Details

    • soapAction

      M soapAction(String soapAction)
      Sets special SOAP action message header.
    • attachment

      M attachment(String contentId, String contentType, String content)
      Sets the attachment with string content.
    • attachment

      M attachment(String contentId, String contentType, Resource contentResource)
      Sets the attachment with content resource.
    • attachment

      M attachment(String contentId, String contentType, Resource contentResource, Charset charset)
      Sets the attachment with content resource.
    • charset

      M charset(String charsetName)
      Sets the charset name for this send action builder's most recent attachment.
    • attachment

      M attachment(Object attachment)
      Sets the attachment from Java object instance.
    • uri

      M uri(String uri)
      Set the endpoint URI for the request. This works only if the HTTP endpoint used doesn't provide an own endpoint URI resolver.
      Parameters:
      uri - absolute URI to use for the endpoint
      Returns:
      self
    • contentType

      M contentType(String contentType)
      Sets the request content type header.
    • accept

      M accept(String accept)
      Sets the request accept header.
    • mtomEnabled

      M mtomEnabled(boolean mtomEnabled)