To
list or display installed interceptors,
use the following sis-console
commands or related MBean operations.
Console commands
listinterceptors
Command |
listinterceptors <ra-entity> Lists installed interceptors.
|
||
---|---|---|---|
Example |
$ ./sis-console listinterceptors sis InterceptorID[name=Example,vendor=ABC,version=1.0] |
dumpinterceptor
Command |
dumpinterceptor <ra-entity> <interceptor-id> [file] Dumps an interceptor to screen [or file].
|
||
---|---|---|---|
Example |
$ ./sis-console dumpinterceptor sis name=Example,vendor=ABC,version=1.0 foo.xml Wrote interceptor InterceptorID[name=Example,vendor=ABC,version=1.0] to file foo.xml |
MBean operations
MBean |
---|
getInterceptors
Operation |
public InterceptorID[] getInterceptors() throws ManagementException;
|
---|
getInterceptor
Operation |
public String getInterceptor(InterceptorID id) throws NullPointerException, UnrecognizedComponentException, ManagementException;
|
---|