org.apache.servicemix.wsn.spring
Class WSNDeployableEndpointFactoryBean
java.lang.Object
org.apache.servicemix.wsn.spring.WSNDeployableEndpointFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class WSNDeployableEndpointFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSNDeployableEndpointFactoryBean
public WSNDeployableEndpointFactoryBean()
getService
public QName getService()
setService
public void setService(QName service)
getEndpoint
public String getEndpoint()
setEndpoint
public void setEndpoint(String endpoint)
getResource
public org.springframework.core.io.Resource getResource()
setResource
public void setResource(org.springframework.core.io.Resource resource)
getRequest
public Object getRequest()
setRequest
public void setRequest(Object request)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.