|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHostToJsonTransformer
Host to JSON transformers offer the capability to turn a raw mainframe byte array to JSON.
| Method Summary | |
|---|---|
void |
transform(byte[] hostData,
int offset,
Writer writer)
Transforms host data to JSON. |
void |
transform(byte[] hostData,
int offset,
Writer writer,
HostTransformStatus status)
Transforms host data to JSON. |
void |
transform(byte[] hostData,
int offset,
Writer writer,
String hostCharset)
Transforms host data to JSON with a specific host character set. |
void |
transform(byte[] hostData,
int offset,
Writer writer,
String hostCharset,
HostTransformStatus status)
Transforms host data to JSON with a specific host character set. |
void |
transform(byte[] hostData,
Writer writer)
Transforms host data to JSON. |
void |
transform(byte[] hostData,
Writer writer,
HostTransformStatus status)
Transforms host data to JSON. |
void |
transform(byte[] hostData,
Writer writer,
String hostCharset)
Transforms host data to JSON with a specific host character set. |
void |
transform(byte[] hostData,
Writer writer,
String hostCharset,
HostTransformStatus status)
Transforms host data to JSON with a specific host character set. |
| Method Detail |
|---|
void transform(byte[] hostData,
Writer writer,
String hostCharset)
throws HostTransformException
hostData - a byte array containing host datawriter - JSON will be sent to this writer.hostCharset - the host character set
HostTransformException - if transformation fails
void transform(byte[] hostData,
int offset,
Writer writer,
String hostCharset)
throws HostTransformException
hostData - a byte array containing host dataoffset - index of first byte to process in hostDatawriter - JSON will be sent to this writer.hostCharset - the host character set
HostTransformException - if transformation fails
void transform(byte[] hostData,
Writer writer)
throws HostTransformException
hostData - a byte array containing host datawriter - JSON will be sent to this writer.
HostTransformException - if transformation fails
void transform(byte[] hostData,
int offset,
Writer writer)
throws HostTransformException
hostData - a byte array containing host dataoffset - index of first byte to process in hostDatawriter - JSON will be sent to this writer.
HostTransformException - if transformation fails
void transform(byte[] hostData,
Writer writer,
String hostCharset,
HostTransformStatus status)
throws HostTransformException
hostData - a byte array containing host datawriter - JSON will be sent to this writer.hostCharset - the host character setstatus - will contain information on the transformation after it is
executed
HostTransformException - if transformation fails
void transform(byte[] hostData,
int offset,
Writer writer,
String hostCharset,
HostTransformStatus status)
throws HostTransformException
hostData - a byte array containing host dataoffset - index of first byte to process in hostDatawriter - JSON will be sent to this writer.hostCharset - the host character setstatus - will contain information on the transformation after it is
executed
HostTransformException - if transformation fails
void transform(byte[] hostData,
Writer writer,
HostTransformStatus status)
throws HostTransformException
hostData - a byte array containing host datawriter - JSON will be sent to this writer.status - will contain information on the transformation after it is
executed
HostTransformException - if transformation fails
void transform(byte[] hostData,
int offset,
Writer writer,
HostTransformStatus status)
throws HostTransformException
hostData - a byte array containing host dataoffset - index of first byte to process in hostDatawriter - JSON will be sent to this writer.status - will contain information on the transformation after it is
executed
HostTransformException - if transformation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||