BEA Systems, Inc.

Uses of Interface
com.bea.rfid.api.workflow.encoding.MessageSerializer

Packages that use MessageSerializer
com.bea.rfid.edge.api.workflow This package defines interfaces used within the edge flow engine. 
com.bea.rfid.edge.toolkit.workflow This class contains abstract classes and helper classes for writing edge flow modules. 
 

Uses of MessageSerializer in com.bea.rfid.edge.api.workflow
 

Methods in com.bea.rfid.edge.api.workflow that return MessageSerializer
 MessageSerializer WorkflowNamingService.lookupCollectionSerializer(Class collectionClazz, Class clazz)
          Looks up serializer for a given class and for the given collection type.
 MessageSerializer WorkflowNamingService.lookupSerializer(Class clazz)
          Looks up serializer for a given class.
 

Methods in com.bea.rfid.edge.api.workflow with parameters of type MessageSerializer
 void WorkflowNamingService.registerSerializer(MessageSerializer serializer)
          Registers the given serializer with the naming service.
 void WorkflowNamingService.unregisterSerializer(MessageSerializer serializer)
          Unregisters the given serializer from the naming service.
 

Uses of MessageSerializer in com.bea.rfid.edge.toolkit.workflow
 

Methods in com.bea.rfid.edge.toolkit.workflow that return MessageSerializer
 MessageSerializer SerializationHelper.lookupSerializer(Object msg, WorkflowNamingService ns)
          Looks up serializer for a given object.
 


Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.