Uses of Enum
org.apache.cxf.ws.rm.manager.AckRequestModeType
Packages that use AckRequestModeType
-
Uses of AckRequestModeType in org.apache.cxf.ws.rm.manager
Fields in org.apache.cxf.ws.rm.manager declared as AckRequestModeTypeMethods in org.apache.cxf.ws.rm.manager that return AckRequestModeTypeModifier and TypeMethodDescriptionstatic AckRequestModeTypeSourcePolicyType.getAckRequestMode()Gets the value of the ackRequestMode property.static AckRequestModeTypeReturns 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 AckRequestModeTypeModifier and TypeMethodDescriptionvoidSourcePolicyType.setAckRequestMode(AckRequestModeType value) Sets the value of the ackRequestMode property.