BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.wsee.async
Class AsyncCallContextFactory

java.lang.Object
  extended byweblogic.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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.