We had no way to use important handles like JacksonHandle and DOMHandle with GraphManager.read/write/merge or SPARQLQueryManager.executeDescribe/executeConstruct.  This is because those all require TriplesReadHandle or TriplesWriteHandle, marker interfaces we failed to associate with JacksonHandle and DOMHandle.  This fix is to add TriplesReadHandle to JSONReadHandle and XMLReadHandle.  Similarly, to add TriplesWriteHandle to JSONWriteHandle and XMLWriteHandle.  That way any JSON or XML handle will work with any method that requires TriplesReadHandle or TriplesWriteHandle.