org.apache.axis.client
Class ServiceFactory

java.lang.Object
  |
  +--org.apache.axis.client.ServiceFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class ServiceFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

Helper class for obtaining Services from JNDI. !!! WORK IN PROGRESS

Author:
Glen Daniels (gdaniels@macromedia.com)

Field Summary
static java.lang.String MAINTAIN_SESSION
           
static java.lang.String SERVICE_CLASSNAME
           
static java.lang.String SERVICE_LOCAL_PART
           
static java.lang.String SERVICE_NAMESPACE
           
static java.lang.String WSDL_LOCATION
           
 
Constructor Summary
ServiceFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object refObject, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
           
static Service getService(java.util.Map environment)
          Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
static void setThreadDefaultConfig(EngineConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_CLASSNAME

public static final java.lang.String SERVICE_CLASSNAME

WSDL_LOCATION

public static final java.lang.String WSDL_LOCATION

MAINTAIN_SESSION

public static final java.lang.String MAINTAIN_SESSION

SERVICE_NAMESPACE

public static final java.lang.String SERVICE_NAMESPACE

SERVICE_LOCAL_PART

public static final java.lang.String SERVICE_LOCAL_PART
Constructor Detail

ServiceFactory

public ServiceFactory()
Method Detail

setThreadDefaultConfig

public static void setThreadDefaultConfig(EngineConfiguration config)

getService

public static Service getService(java.util.Map environment)
Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern. If we end up creating one and do have JNDI access, bind it to the passed name so we find it next time.
Parameters:
name - the JNDI name we're interested in
engineConfig - a EngineConfiguration which should be used to configure any engine we end up creating, or null to use the default configuration pattern.

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object refObject,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws java.lang.Exception
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory


Copyright © 2001 Apache XML Project. All Rights Reserved.