com.bea.wsrp.model.events
Interface IFireCustomEventHandler

All Superinterfaces
IEventHandler, Serializable

public interface IFireCustomEventHandler
extends IEventHandler

Custom event handler.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getEvent()
          Deprecated the getEventQName() method should be used instead.
 QName getEventQName()
          Returns the event QName to be fired for WSRP V2 events.
 

Method Detail

getEvent

String getEvent()
Deprecated the getEventQName() method should be used instead.

Returns the event name to be fired for WSRP V1 events.

Returns
name

getEventQName

QName getEventQName()
Returns the event QName to be fired for WSRP V2 events.

Returns
QName


Copyright © 2011, Oracle. All rights reserved.