org.springframework.remoting.jaxws
Class LocalJaxWsServiceFactoryBean
java.lang.Object
org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<javax.xml.ws.Service>, org.springframework.beans.factory.InitializingBean
public class LocalJaxWsServiceFactoryBean
- extends LocalJaxWsServiceFactory
- implements org.springframework.beans.factory.FactoryBean<javax.xml.ws.Service>, org.springframework.beans.factory.InitializingBean
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.
- Since:
- 2.5
- Author:
- Juergen Hoeller
- See Also:
Service
,
JndiObjectFactoryBean
,
JaxWsPortProxyFactoryBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalJaxWsServiceFactoryBean
public LocalJaxWsServiceFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
getObject
public javax.xml.ws.Service getObject()
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<javax.xml.ws.Service>
getObjectType
public java.lang.Class<? extends javax.xml.ws.Service> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<javax.xml.ws.Service>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<javax.xml.ws.Service>