public class JmsPullPoint extends AbstractPullPoint
createPullPoint
address, endpoint, manager, name
Constructor and Description |
---|
JmsPullPoint(String name) |
Modifier and Type | Method and Description |
---|---|
javax.jms.Connection |
getConnection() |
protected List<NotificationMessageHolderType> |
getMessages(int max) |
protected void |
initSession() |
void |
setConnection(javax.jms.Connection connection) |
protected void |
store(NotificationMessageHolderType messageHolder) |
create, destroy, destroyPullPoint, getCreatePullPoint, getMessages, notify, setCreatePullPoint
getAddress, getEpr, getManager, getMBeanName, getName, getWSDLLocation, register, setAddress, setManager, unregister
public JmsPullPoint(String name)
protected void initSession() throws javax.jms.JMSException
javax.jms.JMSException
protected void store(NotificationMessageHolderType messageHolder)
store
in class AbstractPullPoint
protected List<NotificationMessageHolderType> getMessages(int max) throws ResourceUnknownFault, UnableToGetMessagesFault
getMessages
in class AbstractPullPoint
ResourceUnknownFault
UnableToGetMessagesFault
public javax.jms.Connection getConnection()
public void setConnection(javax.jms.Connection connection)
Apache CXF