|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.osci.osci12.messageparts.MessagePart | +--de.osci.osci12.messageparts.ContentPackage
*
ContentPackage
Die ContentPackage Klasse wird verwendet um sämtliche Nutzdaten einer OSCI-Nachricht zu bündeln. Der Benutzer der OSCI-Bibliothek bekommt von dieser Klasse nichts mit. Unterhalb des Content-Packages werden alle Content-Container und verschlüsselte Content-Container eingetragen (EncryptedDataOSCI- Objekte)
Copyright: Copyright (c) 2003
Organisation: bremen online services GmbH & Co. KG
Constructor Summary | |
ContentPackage(OSCIMessage parentMessage)
Constructor for the ContentPackage object |
Method Summary | |
void |
addContentContainer(ContentContainer coco)
Adds a feature to the ContentContainer attribute of the ContentPackage object |
void |
addEncryptedData(EncryptedDataOSCI encryptedDataElement)
Adds a feature to the EncryptedData attribute of the ContentPackage object |
void |
addEncryptedData(EncryptedDataOSCI encryptedDataElement,
Attachment[] atts)
Adds a feature to the EncryptedData attribute of the ContentPackage object |
java.lang.String |
toString()
Description of the Method |
void |
writeXML(java.io.OutputStream out)
Description of the Method |
Methods inherited from class de.osci.osci12.messageparts.MessagePart |
addTransformerForSignature, getDigestMethodAlgorithm, getDigestValue, getRefID, getTransformerForSignature, setDigestMethodAlgorithm, setRefID |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ContentPackage(OSCIMessage parentMessage)
parentMessage
- Description of ParameterMethod Detail |
public void addEncryptedData(EncryptedDataOSCI encryptedDataElement, Attachment[] atts)
encryptedDataElement
- The feature to be added to the EncryptedData
attributeatts
- The feature to be added to the EncryptedData
attributepublic void addEncryptedData(EncryptedDataOSCI encryptedDataElement)
encryptedDataElement
- The feature to be added to the EncryptedData
attributepublic void addContentContainer(ContentContainer coco)
coco
- The feature to be added to the ContentContainer attributepublic void writeXML(java.io.OutputStream out)
writeXML
in class MessagePart
out
- Description of Parameterpublic java.lang.String toString()
toString
in class MessagePart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |