com.ibm.websphere.sibx.smobo
Interface HeadersType
All known subinterfaces:
- public interface HeadersType
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:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getEISHeader()
Returns the value of the 'EIS Header' containment reference
|
|
getHTTPHeader()
Returns the value of the 'HTTP Header' containment reference
|
|
getJMSHeader()
Returns the value of the 'JMS Header' containment reference.
|
|
getMQHeader()
Returns the value of the 'MQ Header' containment reference.
|
|
|
getProperties()
Returns the value of the 'Properties' containment reference list.
|
getSMOHeader()
Returns the value of the 'SMO Header' containment reference.
|
|
getSOAPFaultInfo()
Returns the value of the 'SOAP Fault Info' containment reference.
|
|
|
getSOAPHeader()
Returns the value of the 'SOAP Header' containment reference list.
|
getWSAHeader()
Returns the value of the 'WSA Header' containment reference
|
|
|
setEISHeader(EISHeaderType value)
Sets the value of the '
EIS Header ' containment reference
|
|
setHTTPHeader(HTTPHeaderType value)
Sets the value of the '
HTTP Header ' containment reference
|
|
setJMSHeader(JMSHeaderType value)
Sets the value of the '
JMS Header ' containment reference.
|
|
setMQHeader(MQHeaderType value)
Sets the value of the '
MQ Header ' containment reference.
|
|
setSMOHeader(SMOHeaderType value)
Sets the value of the '
SMO Header ' containment reference.
|
|
setSOAPFaultInfo(SOAPFaultInfoType value)
Sets the value of the '
SOAP Fault Info ' containment reference.
|
|
setWSAHeader(WSAHeaderType value)
Sets the value of the '
WSA Header ' containment reference
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getSMOHeader
- SMOHeaderType getSMOHeader()
setSMOHeader
- void setSMOHeader(SMOHeaderType value)
Sets the value of the '
SMO Header
' containment reference.
Parameters:
value
- the new value of the 'SMO Header' containment reference. See Also:
getJMSHeader
- JMSHeaderType getJMSHeader()
Returns the value of the 'JMS Header' containment reference.
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
- void setJMSHeader(JMSHeaderType value)
Sets the value of the '
JMS Header
' containment reference.
Parameters:
value
- the new value of the 'JMS Header' containment reference. See Also:
getSOAPHeader
- java.util.List<SOAPHeaderType> getSOAPHeader( )
Returns the value of the 'SOAP Header' containment reference list.
The list contents are of type
SOAPHeaderType
.
This a list of all of the SOAP Headers found in the inbound message.
Returns:
the value of the 'SOAP Header' containment reference list.
getSOAPFaultInfo
- SOAPFaultInfoType getSOAPFaultInfo( )
Returns the value of the 'SOAP Fault Info' containment reference.
Returns:
the value of the 'SOAP Fault Info' containment reference.
See Also:
setSOAPFaultInfo
- void setSOAPFaultInfo(SOAPFaultInfoType value)
Sets the value of the '
SOAP Fault Info
' containment reference.
Parameters:
value
- the new value of the 'SOAP Fault Info' containment reference. See Also:
getProperties
- java.util.List<PropertyType> getProperties( )
Returns the value of the 'Properties' containment reference list.
The list contents are of type
PropertyType
.
This is a list of the properties associated with the message and each list entry consists of a name/value pair.
Returns:
the value of the 'Properties' containment reference list.
getMQHeader
- MQHeaderType getMQHeader()
Returns the value of the 'MQ Header' containment reference.
Returns the value of the MQ header.
setMQHeader
- void setMQHeader(MQHeaderType value)
Sets the value of the '
MQ Header
' containment reference.
getHTTPHeader
- HTTPHeaderType getHTTPHeader()
Returns the value of the 'HTTP Header' containment reference.
Returns:
the value of the 'HTTP Header' containment reference.
See Also:
setHTTPHeader
- void setHTTPHeader(HTTPHeaderType value)
Sets the value of the '
HTTP Header
' containment reference.
Parameters:
value
- the new value of the 'HTTP Header' containment reference. See Also:
getEISHeader
- EISHeaderType getEISHeader()
Returns the value of the 'EIS Header' containment reference.
setEISHeader
- void setEISHeader(EISHeaderType value)
Sets the value of the '
EIS Header
' containment reference.
Parameters:
value
- the new value of the 'EIS Header' containment reference. See Also:
getWSAHeader
- WSAHeaderType getWSAHeader()
Returns the value of the 'WSA Header' containment reference.
setWSAHeader
- void setWSAHeader(WSAHeaderType value)
Sets the value of the '
WSA Header
' containment reference.
Parameters:
value
- the new value of the 'WSA Header' containment reference. See Also:
Returns the value of the ServiceMessageObject header.