eu.osci.messagetypes
Class OSCIMsgBoxCloseRequest
java.lang.Object
eu.osci.messagetypes.OSCIMessage
eu.osci.messagetypes.OSCIRequestParent
eu.osci.messagetypes.OSCIMsgBoxCloseRequest
public class OSCIMsgBoxCloseRequest
- extends OSCIRequestParent
This class represents the OSCIMsgBoxCloseRequest message out of the specification. It will send the correct
OSCI SOAP message to finish an OSCI transaction for fetching OSCI messages or status lists.
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).
Method Summary |
void |
sendRequest(java.lang.String... commitIds)
This method will send the request to the present server. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSCIMsgBoxCloseRequest
public OSCIMsgBoxCloseRequest(OSCIRequestParent _parent)
- This constructor is normally used by the client. The previous request will be given as parameter.
- Parameters:
_parent
- The previous request.
sendRequest
public void sendRequest(java.lang.String... commitIds)
throws javax.xml.bind.JAXBException,
OSCIException
- This method will send the request to the present server. A SOAP message will be sent and the response
message with the fetched message will be created.
- Parameters:
commitIds
- The previous Ids that will be committed with this close request.
- Throws:
javax.xml.bind.JAXBException
- In the case of serialisation errors.
OSCIException
- In the case of OSCI SOAP faults.
Copyright © 2010 Freie Hansestadt Bremen.