|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InboundContainer
Respresents data received from backend and related to a particular method.
| Method Summary | |
|---|---|
InboundContainerElement[] |
getAllElements()
Deprecated. Gets all body elements of this inbound conatainer. |
java.lang.String |
getAncestorContainerId()
Deprecated. Returns the identifier of the container which is ancestor for this one. |
java.lang.String |
getContainerId()
Deprecated. Returns the unique identifier of this container. |
InboundContainerElement |
getElement(java.lang.String fieldName,
java.lang.String lineNumber)
Deprecated. Gets the element for given field name and line number. This method requires that the whole inbound container has been read into memory. If application does not need all elements at the same time readNextItem should be used. |
InboundContainerElement[] |
getElementsWithFieldName(java.lang.String fieldName)
Deprecated. Gets the elements for the given field name. |
java.lang.String |
getExecutionDate()
Deprecated. Gets the execution date of this inbound container. |
java.lang.String |
getExecutionTime()
Deprecated. Gets the execution time of this inbound container. |
java.lang.String |
getGenericBody()
Deprecated. If this container represents an answer to outbound container with generic body. |
java.lang.String |
getMethod()
Deprecated. Gets the method name which is realted to this inbound container. |
java.lang.String |
getOwner()
Deprecated. Gets the owner of this inbound container. |
java.lang.String |
getSendDate()
Deprecated. Gets the date when this container was send. |
java.lang.String |
getSendTime()
Deprecated. Gets the time time when the container was send. |
java.lang.String |
getStatus()
Deprecated. Gets the status of the corresponding outbound container. Following states can occur: "" - Only acknowledge received container have this state "S" - Container has been executed successfully on middleware / backend "O" - Container will be processed asynchronously on middleware / backend "E" - Processing of container failed. |
InboundContainerElement |
readNextElement()
Deprecated. This method has been introduced to reduce the memory consumption on client while synchronization. |
| Method Detail |
|---|
java.lang.String getMethod()
java.lang.String getSendDate()
java.lang.String getSendTime()
java.lang.String getOwner()
java.lang.String getStatus()
RETURN is contained with a
description what went wrong and a field SYNCUSER that
contains the user who triggered the synchronization.
java.lang.String getExecutionDate()
java.lang.String getExecutionTime()
java.lang.String getGenericBody()
java.lang.String getContainerId()
java.lang.String getAncestorContainerId()
InboundContainerElement[] getAllElements()
readNextItem should be used.
null. If there are no elements an empty array
will be returned.InboundContainerElement[] getElementsWithFieldName(java.lang.String fieldName)
readNextItem should be used.
fieldName - Field name of the elements that should be returned.
null.
If there are no elements in the container for given field name an
empty array will be returned.
InboundContainerElement getElement(java.lang.String fieldName,
java.lang.String lineNumber)
readNextItem should be used.
fieldName - Field name of the container element that should be returned.lineNumber - Line number of the container element that should be returned.
null if container does not contain an
element with given field name and line number.
InboundContainerElement readNextElement()
throws java.io.IOException
null will be
returned.
null if there are no more inbound container
elements. Otherwise the next inbound container element will be
returned.
java.io.IOException - If inbound stream is corrupted an IOException may occur.
Usually this method should not occur.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||