org.apache.ws.util.jndi
Class BeanFactory

java.lang.Object
  extended byorg.apache.naming.factory.BeanFactory
      extended byorg.apache.ws.util.jndi.BasicBeanFactory
          extended byorg.apache.ws.util.jndi.BeanFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class BeanFactory
extends BasicBeanFactory

LOG-DONE


Constructor Summary
BeanFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          //todo axis package! Create a new Bean instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFactory

public BeanFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws javax.naming.NamingException
//todo axis package! Create a new Bean instance. If obj is of type ServiceResourceRef the bean will be created and initialized with security credentials associated with the current thread if the service associated with this bean has a security descriptor configured.

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Overrides:
getObjectInstance in class BasicBeanFactory
Throws:
javax.naming.NamingException


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.