com.ibm.websphere.sibx.smobo
Interface HTTPHeaderType
- public interface HTTPHeaderType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getControl()
Returns the value of the 'Control' containment reference
|
|
|
getHeader()
Returns the value of the 'Header' containment reference list.
|
|
setControl(HTTPControl value)
Sets the value of the '
Control ' containment reference
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getControl
- HTTPControl getControl()
Returns the value of the 'Control' containment reference.
setControl
- void setControl(HTTPControl value)
Sets the value of the '
Control
' containment reference.
getHeader
- java.util.List<HTTPHeader> getHeader( )
Returns the value of the 'Header' containment reference list.
The list contents are of type
HTTPHeader
.
Returns:
the value of the 'Header' containment reference list.