Package org.apache.cxf.wsn.jms
Class JmsPullPoint
java.lang.Object
org.apache.cxf.wsn.AbstractEndpoint
org.apache.cxf.wsn.AbstractPullPoint
org.apache.cxf.wsn.jms.JmsPullPoint
- All Implemented Interfaces:
EndpointMBean,NotificationConsumer,PullPoint
- Direct Known Subclasses:
JaxwsPullPoint
-
Field Summary
Fields inherited from class org.apache.cxf.wsn.AbstractPullPoint
createPullPointFields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, endpointEpr, manager, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidjakarta.jms.Connectionprotected List<NotificationMessageHolderType>getMessages(int max) protected voidvoidsetConnection(jakarta.jms.Connection connection) protected voidstore(NotificationMessageHolderType messageHolder) Methods inherited from class org.apache.cxf.wsn.AbstractPullPoint
create, destroy, destroyPullPoint, getCreatePullPoint, getMessages, notify, setCreatePullPointMethods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getMBeanName, getName, getWSDLLocation, register, setAddress, setManager, unregister
-
Constructor Details
-
JmsPullPoint
-
-
Method Details
-
initSession
protected void initSession() throws jakarta.jms.JMSException- Throws:
jakarta.jms.JMSException
-
closeSession
protected void closeSession() -
store
- Specified by:
storein classAbstractPullPoint
-
getMessages
protected List<NotificationMessageHolderType> getMessages(int max) throws ResourceUnknownFault, UnableToGetMessagesFault - Specified by:
getMessagesin classAbstractPullPoint- Throws:
ResourceUnknownFaultUnableToGetMessagesFault
-
getConnection
public jakarta.jms.Connection getConnection() -
setConnection
public void setConnection(jakarta.jms.Connection connection)
-