Uses of Interface
org.janux.bus.processor.ObjectFormatter

Packages that use ObjectFormatter
org.janux.bus.processor The org.janux.bus.processor package contains simple interfaces for classes that perform transformations in the context of a Service Bus; for example, serializing or formatting an object into a String, or parsing a String into an object. 
 

Uses of ObjectFormatter in org.janux.bus.processor
 

Classes in org.janux.bus.processor that implement ObjectFormatter
 class ObjectFormatterAbstract
          Base implementation of the ObjectFormatter interface; will implement a template Processor.process method at some point in the future, currently throws an UnsupportedOperationException
 



Copyright © 2005-2013 Janux. All Rights Reserved.