64656667686970
public BooleanValue asBooleanValue() { throw new MessageTypeException(); } public IntegerValue asIntegerValue() { throw new MessageTypeException(); }
68697071727374
public IntegerValue asIntegerValue() { throw new MessageTypeException(); } public FloatValue asFloatValue() { throw new MessageTypeException(); }
72737475767778
public FloatValue asFloatValue() { throw new MessageTypeException(); } public MapValue asMapValue() { throw new MessageTypeException(); }
76777879808182
public MapValue asMapValue() { throw new MessageTypeException(); } public RawValue asRawValue() { throw new MessageTypeException(); }
3334353637383940
public byte[] getByteArray() { // TODO encoding error try { return string.getBytes("UTF-8"); } catch (UnsupportedEncodingException ex) { throw new MessageTypeException(); } }
56575859606162
public boolean isRaw() { return false; } public NilValue asNilValue() { throw new MessageTypeException(); }
60616263646566
public NilValue asNilValue() { throw new MessageTypeException(); } public BooleanValue asBooleanValue() { throw new MessageTypeException(); }
public FloatValue asFloatValue() { throw new MessageTypeException(); } public ArrayValue asArrayValue() { throw new MessageTypeException(); }