Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » [javadoc | source]
org.jboss.net.axis
public class: ServiceFactory [javadoc | source]
java.lang.Object
   org.jboss.net.axis.ServiceFactory

All Implemented Interfaces:
    ObjectFactory

This service factory will reinstall (wsdl-generated) web service references and re-attach the stubs to the right configurations with the help of axis engine configuration factory.

It is a temporary alternative to the prototypical axis service factory that only deals with untyped services at this point.

Method from org.jboss.net.axis.ServiceFactory Summary:
getObjectInstance
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.ServiceFactory Detail:
 public Object getObjectInstance(Object refObject,
    Name name,
    Context nameCtx,
    Hashtable environment) throws Exception