|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.osci.messagetypes.OSCIMessage
eu.osci.messagetypes.OSCIRequestParent
eu.osci.messagetypes.OSCIMsgBoxGetNextRequest
public class OSCIMsgBoxGetNextRequest
The OSCIMsgBoxGetNextRequest will be used to get the next result set from a previous MsgBoxFetch or
MsgBoxStatusList request. With this class a next block/page of the previous request will be returned.
Copyright © 2010 Freie Hansestadt Bremen.
Created by bremen online services Entwicklungs- und Betriebsgesellschaft mbH & Co. KG.
This library (Starter Kit) can be used by anybody according to the Bremer Lizenz für freie
Softwarebibliotheken. The license terms can be viewed at www.osci.de or can be ordered at the
OSCI-Leitstelle (Die Senatorin für Finanzen, Freie Hansestadt Bremen, Postfach 10 15 40, 28015 Bremen).
Nested Class Summary | |
---|---|
static class |
OSCIMsgBoxGetNextRequest.TypeOfGetNextRequest
|
Field Summary |
---|
Fields inherited from class eu.osci.messagetypes.OSCIMessage |
---|
text |
Constructor Summary | |
---|---|
OSCIMsgBoxGetNextRequest(OSCIRequestParent parent)
This constructor is normally used by the client. |
Method Summary | |
---|---|
eu.osci.ws._2008._05.transport.MsgBoxGetNextRequestType |
getMsgBoxGetNextRequestType()
Returns the created or set MsgBoxGetNextRequest for further processing. |
OSCIMsgBoxGetNextRequest.TypeOfGetNextRequest |
getTypeOfGetNextRequest()
|
OSCIMsgBoxFetchResponse |
sendFetchRequest(java.lang.String... commitReceivedMessages)
Sends the request to present server. |
OSCIMsgBoxStatusListResponse |
sendStatusListRequest()
Sends the request to present server. |
void |
setMsgBoxGetNextRequestType(eu.osci.ws._2008._05.transport.MsgBoxGetNextRequestType _msgBoxGetNextRequestType)
Sets the MsgBoxGetNextRequest object. |
void |
setReplyTo(org.w3._2005._08.addressing.EndpointReferenceType _replyTo)
Sets the addressing 'ReplyTo' attribute on the OSCI message. |
void |
setTypeOfGetNextRequest(OSCIMsgBoxGetNextRequest.TypeOfGetNextRequest typeOfGetNextRequest)
|
Methods inherited from class eu.osci.messagetypes.OSCIRequestParent |
---|
getFaultTo, getFetchIteratorID, getFrom, getReplyTo, getTypeOfBusinessScenario, setFaultTo, setFrom, setTypeOfBusinessScenario |
Methods inherited from class eu.osci.messagetypes.OSCIMessage |
---|
getAction, getAdditionalHeaderList, getBindingProvider, getMessageId, getTo, setAction, setAdditionalHeaderList, setMessageId, setTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSCIMsgBoxGetNextRequest(OSCIRequestParent parent)
OSCIMsgBoxFetchRequest
, OSCIMsgBoxGetNextRequest
and than a
OSCIMsgBoxCloseRequest
will be sent, than the previous OSCI message could be given to this
constructor because the configuration is the same.
parent
- The previous request object.Method Detail |
---|
public OSCIMsgBoxGetNextRequest.TypeOfGetNextRequest getTypeOfGetNextRequest()
public void setTypeOfGetNextRequest(OSCIMsgBoxGetNextRequest.TypeOfGetNextRequest typeOfGetNextRequest)
public eu.osci.ws._2008._05.transport.MsgBoxGetNextRequestType getMsgBoxGetNextRequestType()
IllegalStateException
if there is no object
present.public void setMsgBoxGetNextRequestType(eu.osci.ws._2008._05.transport.MsgBoxGetNextRequestType _msgBoxGetNextRequestType)
_msgBoxGetNextRequestType
- The MsgBoxGetNextRequest for selection. If there is an object already
set a IllegalStateException
will be thrownpublic void setReplyTo(org.w3._2005._08.addressing.EndpointReferenceType _replyTo)
_replyTo
- The 'ReplyTo' attribute.public OSCIMsgBoxFetchResponse sendFetchRequest(java.lang.String... commitReceivedMessages) throws javax.xml.bind.JAXBException
commitReceivedMessages
- Previous messages that will be marked as committed.
javax.xml.bind.JAXBException
- In the case of serialisation errors.public OSCIMsgBoxStatusListResponse sendStatusListRequest() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- In the case of serialisation errors.
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |