Uses of Class
org.apache.sandesha2.wsrm.AckRequested

Packages that use AckRequested
org.apache.sandesha2   
org.apache.sandesha2.msgprocessors   
 

Uses of AckRequested in org.apache.sandesha2
 

Methods in org.apache.sandesha2 that return types with arguments of type AckRequested
 java.util.Iterator<AckRequested> RMMsgContext.getAckRequests()
           
 

Methods in org.apache.sandesha2 with parameters of type AckRequested
 void RMMsgContext.addAckRequested(AckRequested ackRequested)
           
 

Method parameters in org.apache.sandesha2 with type arguments of type AckRequested
 void RMMsgContext.setAckRequested(java.util.ArrayList<AckRequested> ackRequests)
           
 

Uses of AckRequested in org.apache.sandesha2.msgprocessors
 

Methods in org.apache.sandesha2.msgprocessors with parameters of type AckRequested
 boolean AckRequestedProcessor.processAckRequestedHeader(RMMsgContext rmMsgCtx, org.apache.axiom.om.OMElement soapHeader, AckRequested ackRequested)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.