org.apache.servicemix.wsn.jms
Class JmsCreatePullPoint

java.lang.Object
  extended by org.apache.servicemix.wsn.AbstractEndpoint
      extended by org.apache.servicemix.wsn.AbstractCreatePullPoint
          extended by org.apache.servicemix.wsn.jms.JmsCreatePullPoint
All Implemented Interfaces:
CreatePullPoint

public class JmsCreatePullPoint
extends AbstractCreatePullPoint


Field Summary
 
Fields inherited from class org.apache.servicemix.wsn.AbstractEndpoint
address, endpoint, manager, name
 
Constructor Summary
JmsCreatePullPoint(String name)
           
 
Method Summary
protected  AbstractPullPoint createPullPoint(String name)
           
protected  String createPullPointName(CreatePullPoint createPullPointRequest)
           
 void destroy()
           
 ConnectionFactory getConnectionFactory()
           
 void init()
           
 void setConnectionFactory(ConnectionFactory connectionFactory)
           
 
Methods inherited from class org.apache.servicemix.wsn.AbstractCreatePullPoint
createAddress, createPullPoint, destroyPullPoint, handleCreatePullPoint
 
Methods inherited from class org.apache.servicemix.wsn.AbstractEndpoint
getAddress, getManager, getName, register, setAddress, setManager, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsCreatePullPoint

public JmsCreatePullPoint(String name)
Method Detail

init

public void init()
          throws Exception
Overrides:
init in class AbstractCreatePullPoint
Throws:
Exception

destroy

public void destroy()
             throws Exception
Overrides:
destroy in class AbstractCreatePullPoint
Throws:
Exception

createPullPointName

protected String createPullPointName(CreatePullPoint createPullPointRequest)
Overrides:
createPullPointName in class AbstractCreatePullPoint

createPullPoint

protected AbstractPullPoint createPullPoint(String name)
Specified by:
createPullPoint in class AbstractCreatePullPoint

getConnectionFactory

public ConnectionFactory getConnectionFactory()

setConnectionFactory

public void setConnectionFactory(ConnectionFactory connectionFactory)


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.