|
OSCI2-StarterKit |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| OSCIMessage | This is the abstract parent class for all OSCI message types. |
| OSCIMsgBoxCloseRequest | This class represents the OSCIMsgBoxCloseRequest message out of the specification. |
| OSCIMsgBoxFetchRequest | This class represents the OSCIMsgBoxFetchRequest message out of the specification. |
| OSCIMsgBoxFetchResponse | This class will be returned if the client sends a MsgBoxFetchRequest. |
| OSCIMsgBoxGetNextRequest | The OSCIMsgBoxGetNextRequest will be used to get the next result set from a previous MsgBoxFetch or MsgBoxStatusList request. |
| OSCIMsgBoxStatusListRequest | This class gets the status list of OSCI messages from the requested OSCI message box. |
| OSCIMsgBoxStatusListResponse | This class will be returned if the client sends a MsgBoxStatusListRequest. |
| OSCIRequest | This class represents the OSCIRequest message. |
| OSCIRequestParent | This is the parent class for all OSCIRequest messages. |
| OSCIResponse | This class represents the response of an OSCIRequest. |
| ReceptionReceipt | Class to create and send ReceptionReceipt messages. |
Structure of valid OSCI 2 messages.
The OSCI 2 specification defines a great number of SOAP messages with their optional and mandatory header elements as well as their body elements. For every SOAP message this package provides classes that help creating a valid OSCI 2 message. Every request class provides methods for configuring the OSCI 2 message and "send*" methods for sending the message. Response messages mostly provide methods for evaluating messages.
|
OSCI2-StarterKit |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||