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-09-13T13:28:20.892-04:00",
comments="Apache CXF 4.0.3")
public interface PullPoint
This class was generated by Apache CXF 4.0.3
2023-09-13T13:28:20.892-04:00
Generated source version: 4.0.3
-
Method Summary
Modifier and TypeMethodDescriptiondestroyPullPoint(DestroyPullPoint destroyPullPointRequest) getMessages(GetMessages getMessagesRequest) void
-
Method Details
-
notify
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:28:20.892-04:00") void notify(Notify notify) -
destroyPullPoint
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:28:20.892-04:00") DestroyPullPointResponse destroyPullPoint(DestroyPullPoint destroyPullPointRequest) throws UnableToDestroyPullPointFault, ResourceUnknownFault -
getMessages
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:28:20.892-04:00") GetMessagesResponse getMessages(GetMessages getMessagesRequest) throws UnableToGetMessagesFault, ResourceUnknownFault
-