Apache CXF API

org.apache.cxf.wsn.services
Class JaxwsPullPoint

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
              extended by org.apache.cxf.wsn.services.JaxwsPullPoint
All Implemented Interfaces:
EndpointMBean, NotificationConsumer, PullPoint

public class JaxwsPullPoint
extends JmsPullPoint


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
JaxwsPullPoint(String name)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.wsn.jms.JmsPullPoint
getConnection, getMessages, initSession, setConnection, store
 
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

JaxwsPullPoint

public JaxwsPullPoint(String name)

Apache CXF API

Apache CXF