Uses of Interface
fish.payara.ejb.http.protocol.InvokeMethodRequest.ArgumentDeserializer
-
Packages that use InvokeMethodRequest.ArgumentDeserializer Package Description fish.payara.ejb.http.protocol -
-
Uses of InvokeMethodRequest.ArgumentDeserializer in fish.payara.ejb.http.protocol
Fields in fish.payara.ejb.http.protocol declared as InvokeMethodRequest.ArgumentDeserializer Modifier and Type Field Description InvokeMethodRequest.ArgumentDeserializerInvokeMethodRequest. argDeserializerDe-serialises theInvokeMethodRequest.argValuesinto anObject[]again.Constructors in fish.payara.ejb.http.protocol with parameters of type InvokeMethodRequest.ArgumentDeserializer Constructor Description InvokeMethodRequest(String principal, String credentials, String jndiName, String method, String[] argTypes, String[] argActualTypes, Object argValues, InvokeMethodRequest.ArgumentDeserializer argDeserializer)
-