public final class EndpointHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addObjectClass(java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.Class<?>[] interfaces)
Adds the given interfaces to the properties and creates the corresponding entry for that
|
static java.lang.String[] |
getClassNames(java.lang.Class<?>[] interfaces)
Returns an array of class names for an array of classes
|
static java.util.Set<Filter> |
getMatchingFilters(java.util.Set<Filter> filters,
EndpointDescription endpoint)
Returns all
Filter's that match the end-point properties |
public static void addObjectClass(java.util.Map<java.lang.String,java.lang.Object> properties,
java.lang.Class<?>[] interfaces)
properties - the properties to add the interfaces intointerfaces - the interfaces to be addedpublic static java.lang.String[] getClassNames(java.lang.Class<?>[] interfaces)
interfaces - the array of classes / interfacespublic static java.util.Set<Filter> getMatchingFilters(java.util.Set<Filter> filters,
EndpointDescription endpoint)
Filter's that match the end-point propertiesfilters - the filters to be checkedendpoint - the end-point description with their propertiesFilter's that match or an empty SetData In Motion Consulting GmbH