org.apache.wsif
Class WSIFInterceptorConfig

java.lang.Object
  |
  +--org.apache.wsif.WSIFInterceptorConfig

public class WSIFInterceptorConfig
extends java.lang.Object

The interceptor config contains information that's given to an interceptor at initialization time.

Author:
Sanjiva Weerawarana , Paul Fremantle

Constructor Summary
WSIFInterceptorConfig()
           
 
Method Summary
 java.lang.Object getProperty(java.lang.String key)
           
 void setProperty(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIFInterceptorConfig

public WSIFInterceptorConfig()
Method Detail

setProperty

public void setProperty(java.lang.String key,
                        java.lang.Object value)

getProperty

public java.lang.Object getProperty(java.lang.String key)


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.