Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.AckRequestedType

Packages that use AckRequestedType
org.apache.cxf.ws.rm   
 

Uses of AckRequestedType in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return AckRequestedType
 AckRequestedType ObjectFactory.createAckRequestedType()
          Create an instance of AckRequestedType
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type AckRequestedType
 javax.xml.bind.JAXBElement<AckRequestedType> ObjectFactory.createAckRequested(AckRequestedType value)
          Create an instance of JAXBElement<AckRequestedType>}
 Collection<AckRequestedType> RMProperties.getAcksRequested()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type AckRequestedType
 javax.xml.bind.JAXBElement<AckRequestedType> ObjectFactory.createAckRequested(AckRequestedType value)
          Create an instance of JAXBElement<AckRequestedType>}
 

Method parameters in org.apache.cxf.ws.rm with type arguments of type AckRequestedType
 void RMProperties.setAcksRequested(Collection<AckRequestedType> ar)
           
 


Apache CXF API

Apache CXF