|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestContext
The RequestContext interface is used to obtain information about the service invocation which is executing when one of the RequestContext methods is called.
Method Summary | ||
---|---|---|
|
getCallback()
Returns a proxy for the callback for the invoked service as specified by the service client. |
|
|
getCallbackReference()
Returns a service reference for the callback for the invoked service operation, as specified by the service caller. |
|
javax.security.auth.Subject |
getSecuritySubject()
Returns the JAAS Subject of the current request. |
|
java.lang.String |
getServiceName()
Returns the name of the service under which the current service method is executing. |
|
|
getServiceReference()
Returns a ServiceReference object for the service that is executing. |
Method Detail |
---|
javax.security.auth.Subject getSecuritySubject()
java.lang.String getServiceName()
<CB> ServiceReference<CB> getCallbackReference()
CB
- the Java interface type of the callback.
<CB> CB getCallback()
CB
- the type of the callback proxy
<B> ServiceReference<B> getServiceReference()
B
- the Java interface type associated with the service reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |