From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-api/org/osoa/sca/RequestContext.html | 323 +++++++++++++++++++++ 1 file changed, 323 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/RequestContext.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/RequestContext.html') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/RequestContext.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/RequestContext.html new file mode 100644 index 0000000000..631a22e72a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/RequestContext.html @@ -0,0 +1,323 @@ + + + + + + +RequestContext + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface RequestContext

+
+
+
public interface RequestContext
+ + +

+Interface that provides information on the current request. +

+ +

+

+
Version:
+
$Rev: 507656 $ $Date: 2007-02-14 19:07:12 +0000 (Wed, 14 Feb 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ + + + + +
+<CB> CB
+
getCallback() + +
+          Returns a type-safe reference to the callback provided by the caller.
+ + + + + +
+<CB> CallableReference<CB>
+
getCallbackReference() + +
+          Returns a CallableReference to the callback provided by the caller.
+ javax.security.auth.SubjectgetSecuritySubject() + +
+          Returns the JAAS Subject of the current request.
+ java.lang.StringgetServiceName() + +
+          Returns the name of the service that was invoked.
+ + + + + +
+<B> CallableReference<B>
+
getServiceReference() + +
+          Returns a CallableReference for the service that was invoked by the caller.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSecuritySubject

+
+javax.security.auth.Subject getSecuritySubject()
+
+
Returns the JAAS Subject of the current request. +

+

+ +
Returns:
the Subject of the current request
+
+
+
+ +

+getServiceName

+
+java.lang.String getServiceName()
+
+
Returns the name of the service that was invoked. +

+

+ +
Returns:
the name of the service that was invoked
+
+
+
+ +

+getServiceReference

+
+<B> CallableReference<B> getServiceReference()
+
+
Returns a CallableReference for the service that was invoked by the caller. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference +
Returns:
a CallableReference for the service that was invoked by the caller
+
+
+
+ +

+getCallback

+
+<CB> CB getCallback()
+
+
Returns a type-safe reference to the callback provided by the caller. +

+

+
Type Parameters:
CB - the Java type of the business interface for the callback +
Returns:
a type-safe reference to the callback provided by the caller
+
+
+
+ +

+getCallbackReference

+
+<CB> CallableReference<CB> getCallbackReference()
+
+
Returns a CallableReference to the callback provided by the caller. +

+

+
Type Parameters:
CB - the Java type of the business interface for the callback +
Returns:
a CallableReference to the callback provided by the caller
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3