java.lang.Object
org.apache.wsif.naming.WSIFServiceObjectFactory
- All Implemented Interfaces:
- javax.naming.spi.ObjectFactory
- public class WSIFServiceObjectFactory
- extends java.lang.Object
- implements javax.naming.spi.ObjectFactory
This is an object factory which creates:
- instances of WSIFService from a javax.naming.Reference object
representing the service.
- instances of a service stub object from a javax.naming.Reference object
representing the service .
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSIFServiceObjectFactory
public WSIFServiceObjectFactory()
getObjectInstance
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context context,
java.util.Hashtable env)
throws java.lang.Exception
- Instantiates and returns a WSIFService based on information
from the Reference object.
- Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
resolveString
private java.lang.String resolveString(javax.naming.RefAddr a)