Package com.marklogic.xcc.template
-
Interface Summary Interface Description XccCallback<T> Spring-style callback interface that provides an open Session to an implementation, which then doesn't have to worry about how to open or close the Session. -
Class Summary Class Description AdhocQueryCallback Simple callback for executing an adhoc query.InsertContentCallback Simple callback for inserting a single document.XccTemplate Spring-style Template class that handles instantiating an XCC Session and then closing it, allowing the Callback implementation to focus on what to do with the Session.