|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.AbstractInterceptor (src)
org.jboss.webservice.server.ServiceEndpointInterceptor
This Interceptor does the ws4ee handler processing.
According to the ws4ee spec the handler logic must be invoked after the container applied method level security to the invocation. I don't think we can use Axis handlers for ws4ee handler processing.
Field Summary |
Fields inherited from class org.jboss.ejb.plugins.AbstractInterceptor (src) |
container, log, nextInterceptor |
Constructor Summary | |
ServiceEndpointInterceptor()
|
Method Summary | |
java.lang.Object |
invoke(Invocation (src) mi)
Before and after we call the service endpoint bean, we process the handler chains. |
Methods inherited from class org.jboss.ejb.plugins.AbstractInterceptor (src) |
create, destroy, getContainer, getNext, invokeHome, setContainer, setNext, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceEndpointInterceptor()
Method Detail |
public java.lang.Object invoke(Invocation (src) mi) throws java.lang.Exception
invoke
in interface Interceptor (src)
invoke
in class AbstractInterceptor (src)
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |