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
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 |
WSIFInterceptorConfig
public WSIFInterceptorConfig()
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
getProperty
public java.lang.Object getProperty(java.lang.String key)
Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.