public class PhysicalInterceptor
extends java.lang.Object
| Constructor and Description |
|---|
PhysicalInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getInterceptorClassLoaderId()
Returns the classloader id for the contribution containing the interceptor.
|
java.net.URI |
getWireClassLoaderId()
Returns the classloader id for the wire.
|
void |
setInterceptorClassLoaderId(java.net.URI id)
Sets the classloader id for the contribution containing the interceptor.
|
void |
setWireClassLoaderId(java.net.URI id)
Sets the classloader id for the wire.
|
public java.net.URI getWireClassLoaderId()
public void setWireClassLoaderId(java.net.URI id)
id - classloader id for the wirepublic java.net.URI getInterceptorClassLoaderId()
public void setInterceptorClassLoaderId(java.net.URI id)
id - classloader id for the policy