public class SOAPHeaderBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
org.ws4d.java.message.SOAPHeader |
createHeader(java.lang.String action)
Returns a new SOAP header having only set its
action property to an AttributedURI constructed from the specified String action. |
org.ws4d.java.message.SOAPHeader |
createRequestHeader(java.lang.String action)
Returns a new SOAP header having set its
action property to an AttributedURI constructed from the specified String action. |
static SOAPHeaderBuilder |
getInstance() |
public static SOAPHeaderBuilder getInstance()
public org.ws4d.java.message.SOAPHeader createHeader(java.lang.String action)
action property to an AttributedURI constructed from the specified String action. Any other fields are
empty.action - the action to setpublic org.ws4d.java.message.SOAPHeader createRequestHeader(java.lang.String action)
action property to an AttributedURI constructed from the specified String action. Additionally, the
header's message ID property is set to a new randomly and uniquely
generated UUID URN. Any other fields are empty.action - the action to setcreateHeader(String)