public class JmsCreatePullPoint extends AbstractCreatePullPoint
Modifier and Type | Field and Description |
---|---|
protected javax.jms.Connection |
connection |
protected javax.jms.ConnectionFactory |
connectionFactory |
address, endpoint, endpointEpr, manager, name
Constructor and Description |
---|
JmsCreatePullPoint(String name) |
JmsCreatePullPoint(String name,
javax.jms.ConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
protected AbstractPullPoint |
createPullPoint(String name) |
protected String |
createPullPointName(CreatePullPoint createPullPointRequest) |
void |
destroy() |
javax.jms.ConnectionFactory |
getConnectionFactory() |
void |
init() |
void |
setConnectionFactory(javax.jms.ConnectionFactory connectionFactory) |
createPullPoint, destroyPullPoint, getMBeanName, getPullEndpoint, getPullEndpoints, handleCreatePullPoint
getAddress, getEpr, getManager, getName, getWSDLLocation, register, setAddress, setManager, unregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAddress, getName, register, unregister
protected javax.jms.ConnectionFactory connectionFactory
protected javax.jms.Connection connection
public JmsCreatePullPoint(String name)
public JmsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory)
public void init() throws Exception
init
in class AbstractCreatePullPoint
Exception
public void destroy() throws Exception
destroy
in class AbstractCreatePullPoint
Exception
protected String createPullPointName(CreatePullPoint createPullPointRequest)
createPullPointName
in class AbstractCreatePullPoint
protected AbstractPullPoint createPullPoint(String name)
createPullPoint
in class AbstractCreatePullPoint
public javax.jms.ConnectionFactory getConnectionFactory()
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
Apache CXF