OSCI2-StarterKit


eu.osci.messagetypes
Class OSCIMsgBoxCloseRequest

java.lang.Object
  extended by eu.osci.messagetypes.OSCIMessage
      extended by eu.osci.messagetypes.OSCIRequestParent
          extended by 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).


Field Summary
 
Fields inherited from class eu.osci.messagetypes.OSCIMessage
text
 
Constructor Summary
OSCIMsgBoxCloseRequest(OSCIRequestParent _parent)
          This constructor is normally used by the client.
 
Method Summary
 void sendRequest(java.lang.String... commitIds)
          This method will send the request to the present server.
 
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

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.
Method Detail

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.

OSCI2-StarterKit


Copyright © 2010 Freie Hansestadt Bremen.