com.ibm.websphere.sibx.smobo

Interface HeadersType

All known subinterfaces:
HeaderInfoType

  1. public interface HeadersType
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:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. EISHeaderType
getEISHeader()
Returns the value of the 'EIS Header' containment reference
  1. HTTPHeaderType
getHTTPHeader()
Returns the value of the 'HTTP Header' containment reference
  1. JMSHeaderType
getJMSHeader()
Returns the value of the 'JMS Header' containment reference.
  1. MQHeaderType
getMQHeader()
Returns the value of the 'MQ Header' containment reference.
  1. java.util.List<PropertyType>
getProperties()
Returns the value of the 'Properties' containment reference list.
  1. SMOHeaderType
getSMOHeader()
Returns the value of the 'SMO Header' containment reference.
  1. SOAPFaultInfoType
getSOAPFaultInfo()
Returns the value of the 'SOAP Fault Info' containment reference.
  1. java.util.List<SOAPHeaderType>
getSOAPHeader()
Returns the value of the 'SOAP Header' containment reference list.
  1. WSAHeaderType
getWSAHeader()
Returns the value of the 'WSA Header' containment reference
  1. void
setEISHeader(EISHeaderType value)
Sets the value of the ' EIS Header' containment reference
  1. void
setHTTPHeader(HTTPHeaderType value)
Sets the value of the ' HTTP Header' containment reference
  1. void
setJMSHeader(JMSHeaderType value)
Sets the value of the ' JMS Header' containment reference.
  1. void
setMQHeader(MQHeaderType value)
Sets the value of the ' MQ Header' containment reference.
  1. void
setSMOHeader(SMOHeaderType value)
Sets the value of the ' SMO Header' containment reference.
  1. void
setSOAPFaultInfo(SOAPFaultInfoType value)
Sets the value of the ' SOAP Fault Info' containment reference.
  1. void
setWSAHeader(WSAHeaderType value)
Sets the value of the ' WSA Header' containment reference

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getSMOHeader

  1. SMOHeaderType getSMOHeader()
Returns the value of the 'SMO Header' containment reference.

Returns the value of the ServiceMessageObject header.

Returns:
the value of the 'SMO Header' containment reference.
See Also:

setSMOHeader

  1. 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

  1. 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.

Returns:
the value of the 'JMS Header' containment reference.
See Also:

setJMSHeader

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. MQHeaderType getMQHeader()
Returns the value of the 'MQ Header' containment reference.

Returns the value of the MQ header.

Returns:
the value of the 'MQ Header' containment reference.
See Also:

setMQHeader

  1. void setMQHeader(MQHeaderType value)
Sets the value of the ' MQ Header' containment reference.
Parameters:
value - the new value of the 'MQ Header' containment reference.
See Also:

getHTTPHeader

  1. HTTPHeaderType getHTTPHeader()
Returns the value of the 'HTTP Header' containment reference.
Returns:
the value of the 'HTTP Header' containment reference.
See Also:

setHTTPHeader

  1. 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

  1. EISHeaderType getEISHeader()
Returns the value of the 'EIS Header' containment reference.
Returns:
the value of the 'EIS Header' containment reference.
See Also:

setEISHeader

  1. 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

  1. WSAHeaderType getWSAHeader()
Returns the value of the 'WSA Header' containment reference.
Returns:
the value of the 'WSA Header' containment reference.
See Also:

setWSAHeader

  1. 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: