org.apache.servicemix.wsn.spring
Class WSNDeployableEndpointFactoryBean

java.lang.Object
  extended by 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


Constructor Summary
WSNDeployableEndpointFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getEndpoint()
           
 Object getObject()
           
 Class getObjectType()
           
 Object getRequest()
           
 org.springframework.core.io.Resource getResource()
           
 QName getService()
           
 boolean isSingleton()
           
 void setEndpoint(String endpoint)
           
 void setRequest(Object request)
           
 void setResource(org.springframework.core.io.Resource resource)
           
 void setService(QName service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSNDeployableEndpointFactoryBean

public WSNDeployableEndpointFactoryBean()
Method Detail

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-2009 The Apache Software Foundation. All Rights Reserved.