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
public class JmsPullPoint
- extends AbstractPullPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsPullPoint
public JmsPullPoint(String name)
initSession
protected void initSession()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
store
protected void store(NotificationMessageHolderType messageHolder)
- Specified by:
store
in class AbstractPullPoint
getMessages
protected List<NotificationMessageHolderType> getMessages(int max)
throws ResourceUnknownFault,
UnableToGetMessagesFault
- Specified by:
getMessages
in class AbstractPullPoint
- Throws:
ResourceUnknownFault
UnableToGetMessagesFault
getConnection
public javax.jms.Connection getConnection()
setConnection
public void setConnection(javax.jms.Connection connection)
Apache CXF