org.apache.naming.factory.webservices
Class ServiceRefFactory
java.lang.Object
org.apache.naming.factory.webservices.ServiceRefFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
public class ServiceRefFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
Object factory for Web Services.
- Author:
- Fabien Carrion
Method Summary |
java.lang.Object |
getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable<?,?> environment)
Crete a new serviceref instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceRefFactory
public ServiceRefFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable<?,?> environment)
throws java.lang.Exception
- Crete a new serviceref instance.
- Specified by:
getObjectInstance
in interface javax.naming.spi.ObjectFactory
- Parameters:
obj
- The reference object describing the webservice
- Throws:
java.lang.Exception
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.