|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.policy.authentication.basic.BasicAuthenticationServicePolicyInterceptor
public class BasicAuthenticationServicePolicyInterceptor
Policy handler to handle PolicySet related to Logging with the QName {http://tuscany.apache.org/xmlns/sca/1.0/impl/java}LoggingPolicy
Constructor Summary | |
---|---|
BasicAuthenticationServicePolicyInterceptor(java.lang.String context,
Operation operation,
PolicySet policySet)
|
Method Summary | |
---|---|
Invoker |
getNext()
Returns the next invoker or null |
Message |
invoke(Message msg)
Process a synchronous wire |
void |
setNext(Invoker next)
Sets the next invoker |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAuthenticationServicePolicyInterceptor(java.lang.String context, Operation operation, PolicySet policySet)
Method Detail |
---|
public Message invoke(Message msg)
Invoker
invoke
in interface Invoker
msg
- The request Message for the wire
public Invoker getNext()
Interceptor
getNext
in interface Interceptor
public void setNext(Invoker next)
Interceptor
setNext
in interface Interceptor
next
- The next invoker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |