org.apache.cxf.wsn.jms
Class JmsCreatePullPoint
java.lang.Object
org.apache.cxf.wsn.AbstractEndpoint
org.apache.cxf.wsn.AbstractCreatePullPoint
org.apache.cxf.wsn.jms.JmsCreatePullPoint
- All Implemented Interfaces:
- CreatePullPointMBean, EndpointMBean, CreatePullPoint
- Direct Known Subclasses:
- JaxwsCreatePullPoint
public class JmsCreatePullPoint
- extends AbstractCreatePullPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionFactory
protected javax.jms.ConnectionFactory connectionFactory
connection
protected javax.jms.Connection connection
JmsCreatePullPoint
public JmsCreatePullPoint(String name)
JmsCreatePullPoint
public JmsCreatePullPoint(String name,
javax.jms.ConnectionFactory connectionFactory)
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 javax.jms.ConnectionFactory getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
Apache CXF