Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-9861

Marshallers for remote querying should be public

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Do
    • Icon: Major Major
    • 10.0.0.Alpha3
    • None
    • Remote Querying
    • None

      There are a number of marshallers that are registered to enable remote querying. These classes are currently only enabled via

      MarshallerRegistration#registerMarshallers

      method. These classes should be public to allow other methods if needed.

      The marshallers used are currently:

            ctx.registerMarshaller(new QueryRequest.NamedParameter.Marshaller());
            ctx.registerMarshaller(new QueryRequest.Marshaller());
            ctx.registerMarshaller(new QueryResponse.Marshaller());
            ctx.registerMarshaller(new FilterResult.Marshaller());
            ctx.registerMarshaller(new ContinuousQueryResult.ResultType.Marshaller());
            ctx.registerMarshaller(new ContinuousQueryResult.Marshaller());
      

      Note that the classes that are marshalled by these are all public, so there shouldn't be any harm in changing the visibility.

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: