|
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.OSCIMsgBoxStatusListResponse
public class OSCIMsgBoxStatusListResponse
This class will be returned if the client sends a MsgBoxStatusListRequest. It includes a list of status
information for the according search parameter.
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).
Field Summary |
---|
Fields inherited from class eu.osci.messagetypes.OSCIMessage |
---|
text |
Constructor Summary | |
---|---|
OSCIMsgBoxStatusListResponse(com.sun.xml.ws.api.message.Message _soapMessage)
This constructor will be used to parse the incoming SOAP header and the body element. |
Method Summary | |
---|---|
java.lang.String |
getFetchIteratorID()
Returns the id that was generated by the server for the search parameter of the request message. |
long |
getItemsPending()
Returns the count of the next available messages. |
eu.osci.ws._2008._05.transport.MsgBoxResponseType |
getMsgBoxResponseType()
Returns the OSCI MsgBoxRepsonse object with additional information about the fetched list (ItemsPending, fetchIteratorID, NoMessageFound) |
eu.osci.ws._2008._05.transport.MsgStatusListType |
getMsgStatusList()
The fetched information with all the associated elements (or the limited count). |
boolean |
noMessageFoundForSelection()
Returns true if there are no messages found for the selection. |
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 OSCIMsgBoxStatusListResponse(com.sun.xml.ws.api.message.Message _soapMessage) throws javax.xml.bind.JAXBException
_soapMessage
- The incoming SOAP message with the given header and body elements.
javax.xml.bind.JAXBException
- In case that the header elements or the body could not be parsed.Method Detail |
---|
public long getItemsPending()
public boolean noMessageFoundForSelection()
public eu.osci.ws._2008._05.transport.MsgStatusListType getMsgStatusList() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public eu.osci.ws._2008._05.transport.MsgBoxResponseType getMsgBoxResponseType()
public java.lang.String getFetchIteratorID()
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |