|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.core.context.RequestContextImpl
public class RequestContextImpl
Constructor Summary | |
---|---|
RequestContextImpl(ProxyFactory proxyFactory)
|
Method Summary | ||
---|---|---|
|
getCallback()
Returns a type-safe reference to the callback provided by the caller. |
|
|
getCallbackReference()
Returns a CallableReference to the callback provided by the caller. |
|
javax.security.auth.Subject |
getSecuritySubject()
Returns the JAAS Subject of the current request. |
|
java.lang.String |
getServiceName()
Returns the name of the service that was invoked. |
|
|
getServiceReference()
Returns a CallableReference for the service that was invoked by the caller. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestContextImpl(ProxyFactory proxyFactory)
Method Detail |
---|
public javax.security.auth.Subject getSecuritySubject()
org.osoa.sca.RequestContext
getSecuritySubject
in interface org.osoa.sca.RequestContext
public java.lang.String getServiceName()
org.osoa.sca.RequestContext
getServiceName
in interface org.osoa.sca.RequestContext
public <B> org.osoa.sca.CallableReference<B> getServiceReference()
org.osoa.sca.RequestContext
getServiceReference
in interface org.osoa.sca.RequestContext
B
- the Java type of the business interface for the reference
public <CB> CB getCallback()
org.osoa.sca.RequestContext
getCallback
in interface org.osoa.sca.RequestContext
CB
- the Java type of the business interface for the callback
public <CB> org.osoa.sca.CallableReference<CB> getCallbackReference()
org.osoa.sca.RequestContext
getCallbackReference
in interface org.osoa.sca.RequestContext
CB
- the Java type of the business interface for the callback
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |