de.osci.osci12.messageparts
Class MessagePart

java.lang.Object
  |
  +--de.osci.osci12.messageparts.MessagePart
Direct Known Subclasses:
Attachment, Content, ContentContainer, EncryptedDataOSCI, de.osci.osci12.soapheader.HeaderEntry, Inspection, OSCISignature, OSCISignatureReference, ProcessCardBundle, Timestamp

public abstract class MessagePart
extends java.lang.Object

Diese Klasse ist die Basisklasse für sämtliche Header-Element und alle weiteren Element welche in einer OSCI-Nachricht signert werden (Attachment, ContentContainer, Content... ).

Copyright: Copyright (c) 2003

Organisation: bremen online services GmbH & Co. KG


Method Summary
 java.lang.String getRefID()
           
 void setRefID(java.lang.String id)
          Sets the refID attribute of the MessagePart object
abstract  void writeXML(java.io.OutputStream out)
          Interne Methode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setRefID

public void setRefID(java.lang.String id)
Sets the refID attribute of the MessagePart object

Parameters:
id - The new refID value

getRefID

public java.lang.String getRefID()

writeXML

public abstract void writeXML(java.io.OutputStream out)
                       throws java.io.IOException,
                              OSCIRoleException
Interne Methode.

Parameters:
out - Description of Parameter
Throws:
java.io.IOException - Description of Exception
OSCIRoleException