Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.async
Class AsyncCallContextFactory

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

public class AsyncCallContextFactory
extends Object

This is a factory class for generating context objects that you will need to use in making asynchronous web services invocations.


Constructor Summary
AsyncCallContextFactory()
           
 
Method Summary
static AsyncPreCallContext getAsyncPreCallContext()
          Get an AsyncPreCallContext object that you can use to set various properties when making asynchronous web services invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncCallContextFactory

public AsyncCallContextFactory()
Method Detail

getAsyncPreCallContext

public static AsyncPreCallContext getAsyncPreCallContext()
Get an AsyncPreCallContext object that you can use to set various properties when making asynchronous web services invocation.

Returns:
An AsyncPreCallContext object.

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01