com.bea.wlevs.adapters.httppubsub.api
Interface OutboundMessageConverter


public interface OutboundMessageConverter

Message converter for use with HTTP pub/sub subscribing adapter


Method Summary
 java.util.List convert(java.lang.Object event)
          Convert an event into one or more JSON messages
 

Method Detail

convert

public java.util.List convert(java.lang.Object event)
                       throws java.lang.Exception
Convert an event into one or more JSON messages

Parameters:
event -  
Returns:
List of JSONObjects to be published
Throws:
java.lang.Exception -  


Copyright © 2007 BEA Systems All Rights Reserved.