Package | Description |
---|---|
com.irisel.oms.ws.server |
Modifier and Type | Method and Description |
---|---|
byte[] |
HolmesImpl.exec2(java.lang.String method,
byte[] context)
New implementation of the exec adapted for JAX-WS web service stack
The main difference is that it is no longer needed to encode into base64 text
Byte arrays are encoded using Message Transmission Optimization Mechanism (MTOM)
and XML-Binary Optimized Packaging (XOP).
|
byte[] |
Holmes.exec2(java.lang.String method,
byte[] context) |
byte[] |
HolmesImpl.execSvc(byte[] context) |
byte[] |
Holmes.execSvc(byte[] context) |