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.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
SoapInitialContextFactory
public SoapInitialContextFactory()
getInitialContext
public javax.naming.Context getInitialContext(java.util.Hashtable env)
- Specified by: 
 - getInitialContext in interface javax.naming.spi.InitialContextFactory
 
 
WebLogic classes and methods that do not appear in this reference are not public and are not supported.