Apache CXF API

Uses of Class
org.apache.cxf.wsn.AbstractPullPoint

Packages that use AbstractPullPoint
org.apache.cxf.wsn   
org.apache.cxf.wsn.jms   
org.apache.cxf.wsn.services   
 

Uses of AbstractPullPoint in org.apache.cxf.wsn
 

Methods in org.apache.cxf.wsn that return AbstractPullPoint
protected abstract  AbstractPullPoint AbstractCreatePullPoint.createPullPoint(String name)
           
 

Uses of AbstractPullPoint in org.apache.cxf.wsn.jms
 

Subclasses of AbstractPullPoint in org.apache.cxf.wsn.jms
 class JmsPullPoint
           
 

Methods in org.apache.cxf.wsn.jms that return AbstractPullPoint
protected  AbstractPullPoint JmsCreatePullPoint.createPullPoint(String name)
           
 

Uses of AbstractPullPoint in org.apache.cxf.wsn.services
 

Subclasses of AbstractPullPoint in org.apache.cxf.wsn.services
 class JaxwsPullPoint
           
 

Methods in org.apache.cxf.wsn.services that return AbstractPullPoint
protected  AbstractPullPoint JaxwsCreatePullPoint.createPullPoint(String name)
           
 


Apache CXF API

Apache CXF