spring-web

org.springframework.remoting.jaxrpc
Class LocalJaxRpcServiceFactoryBean

java.lang.Object
  extended by org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
      extended by org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<javax.xml.rpc.Service>, org.springframework.beans.factory.InitializingBean

Deprecated. in favor of JAX-WS support in org.springframework.remoting.jaxws

@Deprecated
public class LocalJaxRpcServiceFactoryBean
extends LocalJaxRpcServiceFactory
implements org.springframework.beans.factory.FactoryBean<javax.xml.rpc.Service>, org.springframework.beans.factory.InitializingBean

FactoryBean for locally defined JAX-RPC Service references. Uses LocalJaxRpcServiceFactory's facilities underneath.

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

Since:
15.12.2003
Author:
Juergen Hoeller
See Also:
Service, JndiObjectFactoryBean, JaxRpcPortProxyFactoryBean

Field Summary
 
Fields inherited from class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
logger
 
Constructor Summary
LocalJaxRpcServiceFactoryBean()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
 javax.xml.rpc.Service getObject()
          Deprecated.  
 java.lang.Class<? extends javax.xml.rpc.Service> getObjectType()
          Deprecated.  
 boolean isSingleton()
          Deprecated.  
 
Methods inherited from class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
createJaxRpcService, createService, createServiceFactory, getJaxRpcServiceInterface, getJaxRpcServiceProperties, getNamespaceUri, getQName, getServiceFactory, getServiceFactoryClass, getServiceName, getServicePostProcessors, getWsdlDocumentUrl, postProcessJaxRpcService, setJaxRpcServiceInterface, setJaxRpcServiceProperties, setNamespaceUri, setServiceFactory, setServiceFactoryClass, setServiceName, setServicePostProcessors, setWsdlDocumentUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalJaxRpcServiceFactoryBean

public LocalJaxRpcServiceFactoryBean()
Deprecated. 
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws javax.xml.rpc.ServiceException
Deprecated. 
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
javax.xml.rpc.ServiceException

getObject

public javax.xml.rpc.Service getObject()
                                throws java.lang.Exception
Deprecated. 
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<javax.xml.rpc.Service>
Throws:
java.lang.Exception

getObjectType

public java.lang.Class<? extends javax.xml.rpc.Service> getObjectType()
Deprecated. 
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<javax.xml.rpc.Service>

isSingleton

public boolean isSingleton()
Deprecated. 
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<javax.xml.rpc.Service>

spring-web