org.springframework.remoting.jaxws@Deprecated public class LocalJaxRpcServiceFactoryBean extends LocalJaxRpcServiceFactory implements org.springframework.beans.factory.FactoryBean<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.
Service,
JndiObjectFactoryBean,
JaxRpcPortProxyFactoryBeanlogger| Constructor and Description |
|---|
LocalJaxRpcServiceFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
Service |
getObject()
Deprecated.
|
Class<? extends Service> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
createJaxRpcService, createService, createServiceFactory, getJaxRpcServiceInterface, getJaxRpcServiceProperties, getNamespaceUri, getQName, getServiceFactory, getServiceFactoryClass, getServiceName, getServicePostProcessors, getWsdlDocumentUrl, postProcessJaxRpcService, setJaxRpcServiceInterface, setJaxRpcServiceProperties, setNamespaceUri, setServiceFactory, setServiceFactoryClass, setServiceName, setServicePostProcessors, setWsdlDocumentUrlpublic void afterPropertiesSet()
throws ServiceException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanServiceExceptionpublic Class<? extends Service> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Service>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Service>