129130131132133134135136137138139
Discharge o = new Discharge(); if(l.size() <= 0) { throw new DecodeException("The txn-id field cannot be omitted"); } switch(2 - l.size()) {
114115116117118119120121122123124
Declared o = new Declared(); if(l.size() <= 0) { throw new DecodeException("The txn-id field cannot be omitted"); } switch(1 - l.size()) {
144145146147148149150151152153154
Detach o = new Detach(); if(l.size() <= 0) { throw new DecodeException("The handle field cannot be omitted"); } switch(3 - l.size()) {
TransactionalState o = new TransactionalState(); if(l.size() <= 0) { throw new DecodeException("The txn-id field cannot be omitted"); } switch(2 - l.size()) {
230231232233234235236237238239240
Begin o = new Begin(); if(l.size() <= 3) { throw new DecodeException("The outgoing-window field cannot be omitted"); } switch(8 - l.size()) {
159160161162163164165166167168169
SaslInit o = new SaslInit(); if(l.size() <= 0) { throw new DecodeException("The mechanism field cannot be omitted"); } switch(3 - l.size()) {
264265266267268269270271272273274
Transfer o = new Transfer(); if(l.size() <= 0) { throw new DecodeException("The handle field cannot be omitted"); } switch(11 - l.size()) {
187188189190191192193194195196197
Disposition o = new Disposition(); if(l.size() <= 1) { throw new DecodeException("The first field cannot be omitted"); } switch(6 - l.size()) {
317318319320321322323324325326327
Attach o = new Attach(); if(l.size() <= 2) { throw new DecodeException("The role field cannot be omitted"); } switch(14 - l.size()) {
143144145146147148149150151152153
SaslOutcome o = new SaslOutcome(); if(l.size() <= 0) { throw new DecodeException("The code field cannot be omitted"); } switch(2 - l.size()) {