org.jbpm.marshalling.impl
Class ProcessMarshallerRegistry

java.lang.Object
  extended by org.jbpm.marshalling.impl.ProcessMarshallerRegistry

public class ProcessMarshallerRegistry
extends Object

Registry for Process/ProcessMarshaller


Field Summary
static ProcessMarshallerRegistry INSTANCE
           
 
Method Summary
 ProcessInstanceMarshaller getMarshaller(String type)
           
 void register(String type, ProcessInstanceMarshaller marchaller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static ProcessMarshallerRegistry INSTANCE
Method Detail

register

public void register(String type,
                     ProcessInstanceMarshaller marchaller)

getMarshaller

public ProcessInstanceMarshaller getMarshaller(String type)


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