public interface

ConnectivityProcessor

org.mule.module.linkedin.processors.ConnectivityProcessor
Known Indirect Subclasses

Class Overview

Interface used to unify all message processors (those which use (or not) pagination) from the ManagedConnectionProcessInterceptor

Summary

Public Methods
abstract Type typeFor(String fieldName)
Retrieves the concrete java.lang.reflect.Type of a connectivity argument, needed for the @Connect

Public Methods

public abstract Type typeFor (String fieldName)

Retrieves the concrete java.lang.reflect.Type of a connectivity argument, needed for the @Connect

Parameters
fieldName Name of the field to look for
Returns
  • The java.lang.reflect.Type associated with the field fieldName
Throws
NoSuchFieldException Thrown when the fieldName is not a field from the current class