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 AckRequestModeTypeSourcePolicyType. ackRequestModeMethods in org.apache.cxf.ws.rm.manager that return AckRequestModeType Modifier and Type Method Description static AckRequestModeTypeAckRequestModeType. fromValue(String v)AckRequestModeTypeSourcePolicyType. getAckRequestMode()Gets the value of the ackRequestMode property.static AckRequestModeTypeAckRequestModeType. 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 voidSourcePolicyType. setAckRequestMode(AckRequestModeType value)Sets the value of the ackRequestMode property.
-