Apache CXF API

org.oasis_open.docs.wsn.bw_2
Interface PullPoint

All Known Implementing Classes:
AbstractPullPoint, JaxwsPullPoint, JmsPullPoint

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.553-04:00",
           comments="Apache CXF 3.0.0")
public interface PullPoint

This class was generated by Apache CXF 3.0.0 2014-05-14T15:41:34.553-04:00 Generated source version: 3.0.0


Method Summary
 DestroyPullPointResponse destroyPullPoint(DestroyPullPoint destroyPullPointRequest)
           
 GetMessagesResponse getMessages(GetMessages getMessagesRequest)
           
 void notify(Notify notify)
           
 

Method Detail

destroyPullPoint

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.553-04:00")
DestroyPullPointResponse destroyPullPoint(DestroyPullPoint destroyPullPointRequest)
                                          throws UnableToDestroyPullPointFault,
                                                 ResourceUnknownFault
Throws:
UnableToDestroyPullPointFault
ResourceUnknownFault

notify

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.553-04:00")
void notify(Notify notify)

getMessages

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.553-04:00")
GetMessagesResponse getMessages(GetMessages getMessagesRequest)
                                throws UnableToGetMessagesFault,
                                       ResourceUnknownFault
Throws:
UnableToGetMessagesFault
ResourceUnknownFault

Apache CXF API

Apache CXF