Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.manager.AcksPolicyType

Packages that use AcksPolicyType
org.apache.cxf.ws.rm.manager   
 

Uses of AcksPolicyType in org.apache.cxf.ws.rm.manager
 

Fields in org.apache.cxf.ws.rm.manager declared as AcksPolicyType
protected  AcksPolicyType DestinationPolicyType.acksPolicy
           
 

Methods in org.apache.cxf.ws.rm.manager that return AcksPolicyType
 AcksPolicyType ObjectFactory.createAcksPolicyType()
          Create an instance of AcksPolicyType
 AcksPolicyType DestinationPolicyType.getAcksPolicy()
          Gets the value of the acksPolicy property.
 

Methods in org.apache.cxf.ws.rm.manager with parameters of type AcksPolicyType
 void DestinationPolicyType.setAcksPolicy(AcksPolicyType value)
          Sets the value of the acksPolicy property.
 


Apache CXF API

Apache CXF