|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the interface for the Service Message Object.
The following features are supported:
ServiceMessageObjectPackage.getServiceMessageObject()
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.Object |
getBody()
Returns the value of the 'Body' containment reference. |
java.lang.Object |
getBodyForSCAMessage()
|
ContextType |
getContext()
Returns the value of the 'Context' containment reference. |
HeadersType |
getHeaders()
Returns the value of the 'Headers' containment reference. |
void |
setBody(java.lang.Object value)
Sets the value of the ' Body ' containment reference. |
void |
setContext(ContextType value)
Sets the value of the ' Context ' containment reference. |
void |
setHeaders(HeadersType value)
Sets the value of the ' Headers ' containment reference. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public ContextType getContext()
This context folder contains both the transient and correlation contexts.
setContext(ContextType)
,
ServiceMessageObjectPackage.getServiceMessageObject_Context()
public void setContext(ContextType value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
public HeadersType getHeaders()
This headers folder contains all of the other headers, fault information and message properties.
setHeaders(HeadersType)
,
ServiceMessageObjectPackage.getServiceMessageObject_Headers()
public void setHeaders(HeadersType value)
Headers
' containment reference.
value
- the new value of the 'Headers' containment reference.getHeaders()
public java.lang.Object getBody()
This body is the payload of the message and might typically contain application data.
setBody(Object)
,
ServiceMessageObjectPackage.getServiceMessageObject_Body()
public void setBody(java.lang.Object value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
public java.lang.Object getBodyForSCAMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |