JolieDoc for Port Converter
From file converter.iol
| Port Name |
Location |
Protocol |
| Converter |
|
|
List of the available interfaces
Interface ConverterInterface
Operation list
stringToRaw( StringToRawRequest )( raw )
throws
IOException( IOExceptionType )
base64ToRaw( string )( raw )
throws
IOException( IOExceptionType )
rawToBase64( raw )( string )
rawToString( RawToStringRequest )( string )
throws
IOException( IOExceptionType )
Message type list
StringToRawRequest
type StringToRawRequest: string {
.charset?: string
}
IOExceptionType
type IOExceptionType: JavaExceptionType
RawToStringRequest
type RawToStringRequest: raw {
.charset?: string
}
Type list