org.apache.servicemix.wsn.spring
Class CreatePullPointFactoryBean

java.lang.Object
  extended by org.apache.servicemix.wsn.spring.CreatePullPointFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class CreatePullPointFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean

Version:
$Revision: 376451 $
Author:
gnodet

Constructor Summary
CreatePullPointFactoryBean()
           
 
Method Summary
 String getAddress()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setAddress(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePullPointFactoryBean

public CreatePullPointFactoryBean()
Method Detail

getAddress

public String getAddress()
Returns:
Returns the address.

setAddress

public void setAddress(String address)
Parameters:
address - The address to set.

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