Uses of Class
org.apache.sandesha.ws.rm.AcksTo

Packages that use AcksTo
org.apache.sandesha.ws.rm   
 

Uses of AcksTo in org.apache.sandesha.ws.rm
 

Methods in org.apache.sandesha.ws.rm that return AcksTo
 AcksTo CreateSequence.getAcksTo()
           
 AcksTo AcksTo.fromSOAPEnvelope(MessageElement element)
          Method fromSOAPEnvelope
 AcksTo Accept.getAcksTo()
           
 

Methods in org.apache.sandesha.ws.rm with parameters of type AcksTo
 void CreateSequence.setAcksTo(AcksTo acksTo)
           
 void Accept.setAcksTo(AcksTo acksTo)