|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Headers Type'.
The Headers Type should be considered as a folder that contains all other headers, SOAP Fault information and message properties.
The following features are supported:
ServiceMessageObjectPackage.getHeadersType()
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
JMSHeaderType |
getJMSHeader()
Returns the value of the 'JMS Header' containment reference. |
java.util.List |
getProperties()
Returns the value of the 'Properties' containment reference list. |
SMOHeaderType |
getSMOHeader()
Returns the value of the 'SMO Header' containment reference. |
SOAPFaultInfoType |
getSOAPFaultInfo()
Returns the value of the 'SOAP Fault Info' containment reference. |
java.util.List |
getSOAPHeader()
Returns the value of the 'SOAP Header' containment reference list. |
void |
setJMSHeader(JMSHeaderType value)
Sets the value of the ' JMS Header ' containment reference. |
void |
setSMOHeader(SMOHeaderType value)
Sets the value of the ' SMO Header ' containment reference. |
void |
setSOAPFaultInfo(SOAPFaultInfoType value)
Sets the value of the ' SOAP Fault Info ' containment reference. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public SMOHeaderType getSMOHeader()
Returns the value of the ServiceMessageObject header.
setSMOHeader(SMOHeaderType)
,
ServiceMessageObjectPackage.getHeadersType_SMOHeader()
public void setSMOHeader(SMOHeaderType value)
SMO Header
' containment reference.
value
- the new value of the 'SMO Header' containment reference.getSMOHeader()
public JMSHeaderType getJMSHeader()
This JMS Header contains all of Header Fields defined in the JMS specification. This header is typically only present when the message has flowed over either JMS (or possibly SOAP over JMS). Any JMS properties will be presented in the properties folder.
setJMSHeader(JMSHeaderType)
,
ServiceMessageObjectPackage.getHeadersType_JMSHeader()
public void setJMSHeader(JMSHeaderType value)
JMS Header
' containment reference.
value
- the new value of the 'JMS Header' containment reference.getJMSHeader()
public java.util.List getSOAPHeader()
SOAPHeaderType
.
This a list of all of the SOAP Headers found in the inbound message.
ServiceMessageObjectPackage.getHeadersType_SOAPHeader()
public SOAPFaultInfoType getSOAPFaultInfo()
setSOAPFaultInfo(SOAPFaultInfoType)
,
ServiceMessageObjectPackage.getHeadersType_SOAPFaultInfo()
public void setSOAPFaultInfo(SOAPFaultInfoType value)
SOAP Fault Info
' containment reference.
value
- the new value of the 'SOAP Fault Info' containment reference.getSOAPFaultInfo()
public java.util.List getProperties()
PropertyType
.
This is a list of the properties associated with the message and each list entry consists of a name/value pair.
ServiceMessageObjectPackage.getHeadersType_Properties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |