Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.jms.Connectionconnectionprotected javax.jms.ConnectionFactoryconnectionFactory-
Fields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, endpointEpr, manager, name
-
-
Constructor Summary
Constructors Constructor Description JmsCreatePullPoint(String name)JmsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractPullPointcreatePullPoint(String name)protected StringcreatePullPointName(CreatePullPoint createPullPointRequest)voiddestroy()javax.jms.ConnectionFactorygetConnectionFactory()voidinit()voidsetConnectionFactory(javax.jms.ConnectionFactory connectionFactory)-
Methods inherited from class org.apache.cxf.wsn.AbstractCreatePullPoint
createPullPoint, destroyPullPoint, getMBeanName, getPullEndpoint, getPullEndpoints, handleCreatePullPoint
-
Methods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getName, getWSDLLocation, register, setAddress, setManager, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.wsn.EndpointMBean
getAddress, getName, register, unregister
-
-
-
-
Method Detail
-
init
public void init() throws Exception- Overrides:
initin classAbstractCreatePullPoint- Throws:
Exception
-
destroy
public void destroy() throws Exception- Overrides:
destroyin classAbstractCreatePullPoint- Throws:
Exception
-
createPullPointName
protected String createPullPointName(CreatePullPoint createPullPointRequest)
- Overrides:
createPullPointNamein classAbstractCreatePullPoint
-
createPullPoint
protected AbstractPullPoint createPullPoint(String name)
- Specified by:
createPullPointin classAbstractCreatePullPoint
-
getConnectionFactory
public javax.jms.ConnectionFactory getConnectionFactory()
-
setConnectionFactory
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
-
-