| Modifier and Type | Method and Description |
|---|---|
CorbaStreamable |
CorbaMessage.createStreamableObject(CorbaObjectHandler obj,
QName elName) |
CorbaStreamable[] |
CorbaMessage.getStreamableArguments() |
CorbaStreamable |
CorbaMessage.getStreamableException() |
CorbaStreamable |
CorbaMessage.getStreamableReturn() |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaMessage.addStreamableArgument(CorbaStreamable arg) |
void |
CorbaMessage.setStreamableArguments(CorbaStreamable[] data) |
void |
CorbaMessage.setStreamableException(CorbaStreamable ex) |
void |
CorbaMessage.setStreamableReturn(CorbaStreamable data) |
| Modifier and Type | Method and Description |
|---|---|
protected NVList |
CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg,
BindingOperationInfo boi,
CorbaStreamable[] streamables,
List<ParamType> paramTypes,
CorbaTypeMap map,
ORB orb,
ServiceInfo service) |
| Modifier and Type | Class and Description |
|---|---|
class |
CorbaStreamableImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaObjectHandler.setIntoAny(Any value,
CorbaStreamable stream,
boolean output) |
void |
CorbaPrimitiveHandler.setIntoAny(Any val,
CorbaStreamable stream,
boolean output) |
| Modifier and Type | Method and Description |
|---|---|
static NVList |
CorbaUtils.nvListFromStreamables(ORB orb,
CorbaStreamable[] streamables) |
Apache CXF