Apache CXF API

org.apache.cxf.wsn.jms
Class JmsPullPoint

java.lang.Object
  extended by org.apache.cxf.wsn.AbstractEndpoint
      extended by org.apache.cxf.wsn.AbstractPullPoint
          extended by org.apache.cxf.wsn.jms.JmsPullPoint
All Implemented Interfaces:
EndpointMBean, NotificationConsumer, PullPoint
Direct Known Subclasses:
JaxwsPullPoint

public class JmsPullPoint
extends AbstractPullPoint


Field Summary
 
Fields inherited from class org.apache.cxf.wsn.AbstractPullPoint
createPullPoint
 
Fields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, manager, name
 
Constructor Summary
JmsPullPoint(String name)
           
 
Method Summary
 javax.jms.Connection getConnection()
           
protected  List<NotificationMessageHolderType> getMessages(int max)
           
protected  void initSession()
           
 void setConnection(javax.jms.Connection connection)
           
protected  void store(NotificationMessageHolderType messageHolder)
           
 
Methods inherited from class org.apache.cxf.wsn.AbstractPullPoint
create, destroy, destroyPullPoint, getCreatePullPoint, getMessages, notify, setCreatePullPoint
 
Methods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getMBeanName, getName, register, setAddress, setManager, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsPullPoint

public JmsPullPoint(String name)
Method Detail

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 API

Apache CXF