Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

weblogic.wsee.async
Class AsyncUtil

java.lang.Object
  extended by weblogic.wsee.async.AsyncUtil

Deprecated. This class is not intended for customer use.

public class AsyncUtil
extends Object


Nested Class Summary
static class AsyncUtil.SavedServiceInfo
          Deprecated. This class is not intended for customer use.
 
Field Summary
static String ASYNC_RESPONSE_SERVICE_CONTEXT_PATH
          Deprecated.  
static String ASYNC_RESPONSE_SERVICE_SERVICE_URI
          Deprecated.  
static String SOAP12_ENVELOPE_NS
          Deprecated.  
 
Constructor Summary
AsyncUtil()
          Deprecated.  
 
Method Summary
static String calculateServiceTargetURI(String contextPath, String serviceUri)
          Deprecated.  
static String getAsyncFailureMethodName(MessageContext mc)
          Deprecated.  
static Class[] getAsyncFailureMethodParams()
          Deprecated.  
static String getAsyncResponseMethodName(MessageContext mc)
          Deprecated.  
static Class[] getAsyncResponseMethodParams(MessageContext mc)
          Deprecated.  
static String getAsyncSelector(String targetServiceUrl)
          Deprecated.  
static String getAsyncUri(boolean isSoap12, String transport)
          Deprecated.  
static weblogic.wsee.jws.container.Container getContainer(MessageContext messageContext)
          Deprecated.  
static String getCurrentPrincipal()
          Deprecated.  
static weblogic.wsee.addressing.EndpointReference getDefaultAsyncResponseServiceEPR(String transport, boolean isSoap12)
          Deprecated.  
static AsyncUtil.SavedServiceInfo getSavedServiceInfo(AsyncInvokeState ais, boolean verbose)
          Deprecated.  
static GenericHandler getWssClientHandler(WsrmSequenceContext seqCtx)
          Deprecated.  
static GenericHandler getWssClientPolicyHandler(WsrmSequenceContext seqCtx)
          Deprecated.  
static GenericHandler getWssServerHandler(WsrmSequenceContext seqCtx)
          Deprecated.  
static GenericHandler getWssServerPolicyHandler(WsrmSequenceContext seqCtx)
          Deprecated.  
static boolean isSoap12(MessageContext ctx)
          Deprecated.  
static void setApplicationVersionIdIntoContexts(MessageContext mc, AsyncPostCallContextImpl asyncPostCtx)
          Deprecated.  
static void setupDynamicMDB(weblogic.wsee.ws.init.WsDeploymentContext context, String messageSelector, String queueName, String runAsPrincipalName, String beanName, int txnTimeout)
          Deprecated.  
static void setupDynamicMDB(weblogic.wsee.ws.init.WsDeploymentContext context, String messageSelector, String queueName, String runAsPrincipalName, String beanName, int txnTimeout, boolean useBufferingFeature)
          Deprecated.  
static void setupDynamicMDB(weblogic.wsee.ws.init.WsDeploymentContext context, String messageSelector, String queueName, String runAsPrincipalName, String beanName, int txnTimeout, boolean useBufferingFeature, String dispatchPolicy)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP12_ENVELOPE_NS

public static final String SOAP12_ENVELOPE_NS
Deprecated. 
See Also:
Constant Field Values

ASYNC_RESPONSE_SERVICE_CONTEXT_PATH

public static final String ASYNC_RESPONSE_SERVICE_CONTEXT_PATH
Deprecated. 
See Also:
Constant Field Values

ASYNC_RESPONSE_SERVICE_SERVICE_URI

public static final String ASYNC_RESPONSE_SERVICE_SERVICE_URI
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AsyncUtil

public AsyncUtil()
Deprecated. 
Method Detail

getAsyncUri

public static String getAsyncUri(boolean isSoap12,
                                 String transport)
Deprecated. 

isSoap12

public static boolean isSoap12(MessageContext ctx)
Deprecated. 

getAsyncResponseMethodName

public static String getAsyncResponseMethodName(MessageContext mc)
Deprecated. 

getAsyncFailureMethodName

public static String getAsyncFailureMethodName(MessageContext mc)
Deprecated. 

getAsyncResponseMethodParams

public static Class[] getAsyncResponseMethodParams(MessageContext mc)
Deprecated. 

getAsyncFailureMethodParams

public static Class[] getAsyncFailureMethodParams()
Deprecated. 

getContainer

public static weblogic.wsee.jws.container.Container getContainer(MessageContext messageContext)
Deprecated. 

getAsyncSelector

public static String getAsyncSelector(String targetServiceUrl)
Deprecated. 

setupDynamicMDB

public static void setupDynamicMDB(weblogic.wsee.ws.init.WsDeploymentContext context,
                                   String messageSelector,
                                   String queueName,
                                   String runAsPrincipalName,
                                   String beanName,
                                   int txnTimeout)
                            throws weblogic.wsee.ws.init.WsDeploymentException
Deprecated. 
Throws:
weblogic.wsee.ws.init.WsDeploymentException

setupDynamicMDB

public static void setupDynamicMDB(weblogic.wsee.ws.init.WsDeploymentContext context,
                                   String messageSelector,
                                   String queueName,
                                   String runAsPrincipalName,
                                   String beanName,
                                   int txnTimeout,
                                   boolean useBufferingFeature)
                            throws weblogic.wsee.ws.init.WsDeploymentException
Deprecated. 
Throws:
weblogic.wsee.ws.init.WsDeploymentException

setupDynamicMDB

public static void setupDynamicMDB(weblogic.wsee.ws.init.WsDeploymentContext context,
                                   String messageSelector,
                                   String queueName,
                                   String runAsPrincipalName,
                                   String beanName,
                                   int txnTimeout,
                                   boolean useBufferingFeature,
                                   String dispatchPolicy)
                            throws weblogic.wsee.ws.init.WsDeploymentException
Deprecated. 
Throws:
weblogic.wsee.ws.init.WsDeploymentException

getWssServerHandler

public static GenericHandler getWssServerHandler(WsrmSequenceContext seqCtx)
Deprecated. 

getWssServerPolicyHandler

public static GenericHandler getWssServerPolicyHandler(WsrmSequenceContext seqCtx)
Deprecated. 

getWssClientHandler

public static GenericHandler getWssClientHandler(WsrmSequenceContext seqCtx)
Deprecated. 

getWssClientPolicyHandler

public static GenericHandler getWssClientPolicyHandler(WsrmSequenceContext seqCtx)
Deprecated. 

setApplicationVersionIdIntoContexts

public static void setApplicationVersionIdIntoContexts(MessageContext mc,
                                                       AsyncPostCallContextImpl asyncPostCtx)
Deprecated. 

getSavedServiceInfo

public static AsyncUtil.SavedServiceInfo getSavedServiceInfo(AsyncInvokeState ais,
                                                             boolean verbose)
Deprecated. 

getDefaultAsyncResponseServiceEPR

public static weblogic.wsee.addressing.EndpointReference getDefaultAsyncResponseServiceEPR(String transport,
                                                                                           boolean isSoap12)
Deprecated. 

getCurrentPrincipal

public static String getCurrentPrincipal()
Deprecated. 

calculateServiceTargetURI

public static String calculateServiceTargetURI(String contextPath,
                                               String serviceUri)
Deprecated. 

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03