Uses of Class
com.ig.orchestrations.fixp.FlowType
-
-
Uses of FlowType in com.ig.orchestrations.fixp
Methods in com.ig.orchestrations.fixp that return FlowType Modifier and Type Method Description static FlowTypeFlowType. fromValue(String value)FlowTypeNegotiate. getClientFlow()FlowTypeNegotiationResponse. getServerFlow()static FlowTypeFlowType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowType[]FlowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ig.orchestrations.fixp with parameters of type FlowType Modifier and Type Method Description voidNegotiate. setClientFlow(FlowType clientFlow)voidNegotiationResponse. setServerFlow(FlowType serverFlow)Constructors in com.ig.orchestrations.fixp with parameters of type FlowType Constructor Description Negotiate(UUID sessionId, Long timestamp, FlowType clientFlow, IgExtensionCredentials credentials, String messageType)NegotiationResponse(UUID sessionId, Long requestTimestamp, FlowType serverFlow, Object credentials, String messageType)
-