BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.soap.http
Class SoapInitialContextFactory

java.lang.Object
  |
  +--weblogic.soap.http.SoapInitialContextFactory

public class SoapInitialContextFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory

The SOAPInitialContextFactory creates initial contexts for accessing remote RPC-style web services from the WebLogic web service client API.

To create a Web Service initial context from a client, your code must minimally specify this factory as the initial context factory, and optionally the CodecFactorys, username, password, verbosity, and Java interface name of the remote service.

For a complete list of standard JNDI properties, see the contants defined in javax.naming.Context. For a list of the WebLogic-specific properties, see the constants defined in weblogic.soap.http.SoapContext.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SoapInitialContextFactory()
           
 
Method Summary
 javax.naming.Context getInitialContext(java.util.Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapInitialContextFactory

public SoapInitialContextFactory()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable env)
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.