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, handleCreatePullPointgetAddress, getEpr, getManager, getName, getWSDLLocation, register, setAddress, setManager, unregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAddress, getName, register, unregisterprotected 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 AbstractCreatePullPointExceptionpublic void destroy()
             throws Exception
destroy in class AbstractCreatePullPointExceptionprotected String createPullPointName(CreatePullPoint createPullPointRequest)
createPullPointName in class AbstractCreatePullPointprotected AbstractPullPoint createPullPoint(String name)
createPullPoint in class AbstractCreatePullPointpublic javax.jms.ConnectionFactory getConnectionFactory()
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
Apache CXF