public class SOAPHeader extends UnknownDataContainer
unknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
SOAPHeader() |
addUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElementspublic static SOAPHeader createHeader()
public static SOAPHeader createRequestHeader()
message ID property is set to a
new randomly and uniquely generated UUID URN. Any other fields are empty.createHeader()public java.lang.String toString()
toString in class UnknownDataContainerpublic AppSequence getAppSequence()
public void setAppSequence(AppSequence appSequence)
appSequence - the appSequence to setpublic AttributedURI getMessageId()
public void setMessageId(AttributedURI messageId)
messageId - the messageId to setpublic AttributedURI getRelatesTo()
public void setRelatesTo(AttributedURI relatesTo)
relatesTo - the relatesTo to setpublic EndpointReference getFaultTo()
public void setFaultTo(EndpointReference epr)
public EndpointReference getReplyTo()
public void setReplyTo(EndpointReference replyTo)
replyTo - the replyTo to setpublic EndpointReference getFrom()
public void setFrom(EndpointReference from)
public AttributedURI getTo()
public void setTo(AttributedURI to)
to - the to to setpublic java.lang.String getWseIdentifier()
public void setWseIdentifier(java.lang.String wseIdentifier)
wseIdentifier - the wseIdentifier to setpublic ReferenceParametersMData getReferenceParameters()
public void setReferenceParameters(ReferenceParametersMData data)
public void setResponseTo(SOAPHeader requestHeader)
[relationship], [to] and [parameters]
properties of this SOAP header to the values of the [message ID] and
[reply to] properties of the passed in request SOAP header.requestHeader - the SOAP header to extract the source properties frompublic void setEndpointReference(EndpointReference ref)
to header property to the value of the address property of the specified endpoint reference and copies
any contained reference parameters into this
SOAP header instance (see getReferenceParameters()).ref - the endpoint reference to setpublic void updateWseIdentifiereFromTo()
public int getMessageType()
public void setMessageType(int messageType)
public AttributedURI getInvokeOrFaultActionName()
public void setInvokeOrFaultActionName(AttributedURI invokeOrFaultActionName)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic SOAPHeader copyHeader()
public OperationDescription getMessageEndpoint()
public void setMessageEndpoint(OperationDescription messageEndpoint)