BEA Systems, Inc.

weblogic.wsee.jaxrpc
Interface SoapDispatch.WsrmConfig

Enclosing class:
SoapDispatch

public static interface SoapDispatch.WsrmConfig

WS-RM specific configuration for SoapDispatch


Method Summary
 String getReliabilityErrorListenerKey()
           
 void setReliabilityErrorListenerKey(String key)
          Set the key of the listener to be notified if there is any error delivering reliable messages.
 

Method Detail

setReliabilityErrorListenerKey

void setReliabilityErrorListenerKey(String key)
Set the key of the listener to be notified if there is any error delivering reliable messages.

Parameters:
key - The key of the listener to notify upon delivery error. Note, this key must be registered with ReliabilityErrorListenerRegistry prior to calling this method.
Throws:
IllegalArgumentException - If no listener can be found that has been registered with the given key.

getReliabilityErrorListenerKey

String getReliabilityErrorListenerKey()

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.