jBPM distribution 6.0.1.Final

org.jbpm.services.task.impl.model.xml
Class JaxbContent

java.lang.Object
  extended by org.jbpm.services.task.impl.model.xml.JaxbContent
All Implemented Interfaces:
Externalizable, Serializable, Content

public class JaxbContent
extends Object
implements Content

See Also:
Serialized Form

Constructor Summary
JaxbContent()
           
JaxbContent(Content content)
           
 
Method Summary
 byte[] getContent()
           
 Map<String,Object> getContentMap()
           
 long getId()
           
 byte[] getSerializedContent()
           
 void initialize(Content content)
           
 void readExternal(ObjectInput arg0)
           
 void writeExternal(ObjectOutput arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbContent

public JaxbContent()

JaxbContent

public JaxbContent(Content content)
Method Detail

initialize

public void initialize(Content content)

getContent

public byte[] getContent()
Specified by:
getContent in interface Content

getSerializedContent

public byte[] getSerializedContent()

getContentMap

public Map<String,Object> getContentMap()

getId

public long getId()
Specified by:
getId in interface Content

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

jBPM distribution 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.