/** {@inheritDoc} */
@Override
public final DocumentSchema getSchema(GetSchemaRequest request) throws IOException, ServiceException {
this.setDefaultsIfNUll(request);
return this.invoke(request, new GetSchemaRequestBuilder(), new DocumentSchemaResponseHandler());
}