com.bea.b2b.protocol.rosettanet.messaging
Class PreamblePart

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--com.bea.b2b.protocol.messaging.XMLPart
              |
              +--com.bea.b2b.protocol.messaging.BusinessDocument
                    |
                    +--com.bea.b2b.protocol.rosettanet.messaging.RNPart
                          |
                          +--com.bea.b2b.protocol.rosettanet.messaging.PreamblePart

public class PreamblePart
extends RNPart

The PreamblePart class represents message information that results from processing the Preamble portion of the RosettaNet message.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getVersion()
          Gets the version of the RosettaNet Implementation Framework that is expected to be used in the processing of this message.
 
Methods inherited from class com.bea.b2b.protocol.rosettanet.messaging.RNPart
getAsString, getNodeValue, setNodeValue
 
Methods inherited from class com.bea.b2b.protocol.messaging.BusinessDocument
getContentType, getDocument, read, setDocument
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public java.lang.String getVersion()
Gets the version of the RosettaNet Implementation Framework that is expected to be used in the processing of this message.

Returns:
String - RosettaNet Implementation Framework version.