Oracle

Uses of Interface
com.bea.httppubsub.EventMessage

Packages that use EventMessage
com.bea.httppubsub Provides interfaces and classes for the WebLogic HTTP Publish-Subscribe server. 
 

Uses of EventMessage in com.bea.httppubsub
 

Methods in com.bea.httppubsub that return EventMessage
 EventMessage MessageFactory.createEventMessage(LocalClient client, String channel, String payLoad)
          Create EventMessage object with specified payLoad string.
 EventMessage DeliveredMessageEvent.getMessage()
           
 

Methods in com.bea.httppubsub with parameters of type EventMessage
 boolean MessageFilter.handleMessage(EventMessage message)
          Pre-process incoming published Bayeux message.
 

Constructors in com.bea.httppubsub with parameters of type EventMessage
DeliveredMessageEvent(LocalClient client, EventMessage message)
          Construct a local client message event from the given client.
 


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle