Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
EncodedExternal.ExternalEncoding |
EncodedExternal.getEncoding()
Get the type of encoding used by this EXTERNAL
|
static EncodedExternal.ExternalEncoding |
EncodedExternal.ExternalEncoding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodedExternal.ExternalEncoding[] |
EncodedExternal.ExternalEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EncodedExternal(ObjectID directReference,
java.lang.Long indirectReference,
java.lang.String dataValueDescriptor,
EncodedExternal.ExternalEncoding encoding,
byte[] encodedValue,
java.lang.Throwable decodingError)
Construct a representation of an EXTERNAL.
|