133134135136137138139140141142143
Flow o = new Flow(); if(l.size() <= 3) { throw new DecodeException("The outgoing-window field cannot be omitted"); } switch(11 - l.size()) {
121122123124125126127128129130131
Begin o = new Begin(); if(l.size() <= 3) { throw new DecodeException("The outgoing-window field cannot be omitted"); } switch(8 - l.size()) {
106107108109110111112113114115116
Detach o = new Detach(); if(l.isEmpty()) { throw new DecodeException("The handle field cannot be omitted"); } switch(3 - l.size()) {
118119120121122123124125126127128
Disposition o = new Disposition(); if(l.isEmpty()) { throw new DecodeException("The first field cannot be omitted"); } switch(6 - l.size()) {
6970717273747576777879
SaslChallenge o = new SaslChallenge(); if(l.isEmpty()) { throw new DecodeException("The challenge field cannot be omitted"); } o.setChallenge( (Binary) l.get( 0 ) );
SaslInit o = new SaslInit(); if(l.size() <= 0) { throw new DecodeException("The mechanism field cannot be omitted"); } switch(3 - l.size()) {
103104105106107108109110111112113
Discharge o = new Discharge(); if(l.isEmpty()) { throw new DecodeException("The txn-id field cannot be omitted"); } switch(2 - l.size()) {
SaslOutcome o = new SaslOutcome(); if(l.isEmpty()) { throw new DecodeException("The code field cannot be omitted"); } switch(2 - l.size()) {
6667686970717273747576
SaslMechanisms o = new SaslMechanisms(); if(l.isEmpty()) { throw new DecodeException("The sasl-server-mechanisms field cannot be omitted"); } Object val0 = l.get( 0 ); if( val0 == null || val0.getClass().isArray() ) {
6869707172737475767778
SaslResponse o = new SaslResponse(); if(l.isEmpty()) { throw new DecodeException("The response field cannot be omitted"); } switch(1 - l.size()) {