Class Summary |
Bean |
IMPORTANT: this class must remain independant of Info*Engine classes so
that it can remain portable and be used by clients in non
Info*Engine VMs |
BeanAttribute |
IMPORTANT: this class must remain independant of Info*Engine classes so
that it can remain portable and be used by clients in non
Info*Engine VMs |
BeanUtils |
IMPORTANT: this class must remain independant of Info*Engine classes so
that it can remain portable and be used by clients in non
Info*Engine VMs |
ChunkedInputStream |
Chunked-Body = *chunk
last-chunk
trailer
CRLF
chunk = chunk-size [ chunk-extension ] CRLF
chunk-data CRLF
chunk-size = 1*HEX
last-chunk = 1*("0") [ chunk-extension ] CRLF
chunk-extension= *( ";" chunk-ext-name [ "=" chunk-ext-val ] )
chunk-ext-name = token
chunk-ext-val = token | quoted-string
chunk-data = chunk-size(OCTET)
trailer = *(entity-header CRLF)
|
ChunkedOutputStream |
Chunked-Body = *chunk
last-chunk
trailer
CRLF
chunk = chunk-size [ chunk-extension ] CRLF
chunk-data CRLF
chunk-size = 1*HEX
last-chunk = 1*("0") [ chunk-extension ] CRLF
chunk-extension= *( ";" chunk-ext-name [ "=" chunk-ext-val ] )
chunk-ext-name = token
chunk-ext-val = token | quoted-string
chunk-data = chunk-size(OCTET)
trailer = *(entity-header CRLF)
|
IESOAPUtils |
IMPORTANT: this should be the only class within the com.infoengine.soap.util
package that has Info*Engine dependancies. |
SOAPUtils |
IMPORTANT: this class must remain independant of Info*Engine classes so
that it can remain portable and be used by clients in non
Info*Engine VMs |