| Constructor and Description |
|---|
ServiceClientInvocationHandler(ServiceDescriptor serviceDescriptor,
IMarshaller marshaller)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IMarshaller |
ServiceUtils.determineCommonMimeType(List<String> remoteSupportedMimeTypes)
Determine which mime-type and corresponding marshaller is mutually supported.
|
static IMarshaller |
ServiceUtils.getMarshallerToCommunicateWithRestServer(String host,
int port,
String restServerUri)
Gets a
IMarshaller by querying the REST server's supported mime-types and trying to find a match by the clients supported mime-types. |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryMarshaller |
class |
JsonMarshaller |
| Modifier and Type | Method and Description |
|---|---|
static IMarshaller |
MarshallerFactory.get(String mimeType)
Get the
IMarshaller for the specified mime-type. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MarshallerFactory.addMarshaller(IMarshaller marshaller)
Add a supported marshaller.
|
| Modifier and Type | Method and Description |
|---|---|
protected IMarshaller |
DefaultServiceSynchronizationStrategy.determineCommonMimeType(RegistryDescriptor registryDescriptor)
Determine which mime-type and corresponding marshaller is mutually
supported by this lookup and the registry-server.
|
protected IMarshaller |
DefaultRegistrySynchronizationStrategy.determineCommonMimeType(RegistryDescriptor registryDescriptor)
Determine which mime-type and corresponding marshaller is mutually
supported by this lookup and the registry-server.
|
Copyright © 2016. All rights reserved.