Package 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="2023-06-06T11:41:14.561-04:00", comments="Apache CXF 3.6.1") public interface PullPointThis class was generated by Apache CXF 3.6.1 2023-06-06T11:41:14.561-04:00 Generated source version: 3.6.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestroyPullPointResponsedestroyPullPoint(DestroyPullPoint destroyPullPointRequest)GetMessagesResponsegetMessages(GetMessages getMessagesRequest)voidnotify(Notify notify)
-
-
-
Method Detail
-
notify
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.561-04:00") void notify(Notify notify)
-
destroyPullPoint
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.561-04:00") DestroyPullPointResponse destroyPullPoint(DestroyPullPoint destroyPullPointRequest) throws UnableToDestroyPullPointFault, ResourceUnknownFault
-
getMessages
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.561-04:00") GetMessagesResponse getMessages(GetMessages getMessagesRequest) throws UnableToGetMessagesFault, ResourceUnknownFault
-
-