Uses of Class
org.apache.cxf.ws.rm.manager.AckRequestModeType
-
Packages that use AckRequestModeType Package Description org.apache.cxf.ws.rm.manager -
-
Uses of AckRequestModeType in org.apache.cxf.ws.rm.manager
Fields in org.apache.cxf.ws.rm.manager declared as AckRequestModeType Modifier and Type Field Description protected AckRequestModeType
SourcePolicyType. ackRequestMode
Methods in org.apache.cxf.ws.rm.manager that return AckRequestModeType Modifier and Type Method Description static AckRequestModeType
AckRequestModeType. fromValue(String v)
AckRequestModeType
SourcePolicyType. getAckRequestMode()
Gets the value of the ackRequestMode property.static AckRequestModeType
AckRequestModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AckRequestModeType[]
AckRequestModeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.ws.rm.manager with parameters of type AckRequestModeType Modifier and Type Method Description void
SourcePolicyType. setAckRequestMode(AckRequestModeType value)
Sets the value of the ackRequestMode property.
-