public class InvokeMethodRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
InvokeMethodRequest.ArgumentDeserializer |
Modifier and Type | Field and Description |
---|---|
String[] |
argActualTypes |
InvokeMethodRequest.ArgumentDeserializer |
argDeserializer
De-serialises the
argValues into an Object[] again. |
String[] |
argTypes |
Object |
argValues
JSONB sets the plain
Object[] while java serialisation serialises the array to a byte[] so it is
not attempted to be de-serialised into Object s by receiving JAX-RS endpoint. |
String |
credentials |
String |
jndiName |
String |
method |
String |
principal |
Constructor and Description |
---|
InvokeMethodRequest(String principal,
String credentials,
String jndiName,
String method,
String[] argTypes,
String[] argActualTypes,
Object argValues,
InvokeMethodRequest.ArgumentDeserializer argDeserializer) |
public final String principal
public final String credentials
public final String jndiName
public final String method
public final String[] argTypes
public final String[] argActualTypes
public final Object argValues
Object[]
while java serialisation serialises the array to a byte[]
so it is
not attempted to be de-serialised into Object
s by receiving JAX-RS endpoint.public transient InvokeMethodRequest.ArgumentDeserializer argDeserializer
argValues
into an Object[]
again.Copyright © 2019. All rights reserved.