Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04