Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » remoting » jaxws » [javadoc | source]
org.springframework.remoting.jaxws
public class: LocalJaxWsServiceFactoryBean [javadoc | source]
java.lang.Object
   org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
      org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean

All Implemented Interfaces:
    InitializingBean, FactoryBean

org.springframework.beans.factory.FactoryBean for locally defined JAX-WS Service references. Uses LocalJaxWsServiceFactory 's facilities underneath.

Alternatively, JAX-WS Service references can be looked up in the JNDI environment of the J2EE container.

Method from org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean Summary:
afterPropertiesSet,   getObject,   getObjectType,   isSingleton
Methods from org.springframework.remoting.jaxws.LocalJaxWsServiceFactory:
createJaxWsService,   getNamespaceUri,   getQName,   getServiceName,   getWsdlDocumentUrl,   setExecutor,   setHandlerResolver,   setNamespaceUri,   setServiceName,   setTaskExecutor,   setWsdlDocumentUrl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean Detail:
 public  void afterPropertiesSet() 
 public Object getObject() throws Exception 
 public Class getObjectType() 
 public boolean isSingleton()