@Override
public void asyncPut(String servicePath, RestfulParametes restParametes, RestfulAsyncCallback callback)
throws ServiceException {
-
+
+ //This functionality has not been implemented yet
+
}
@Override
public void asyncPut(String servicePath, RestfulParametes restParametes, RestfulOptions options,
RestfulAsyncCallback callback) throws ServiceException {
+
+ //This functionality has not been implemented yet
}
@Override
public void asyncPost(String servicePath, RestfulParametes restParametes, RestfulAsyncCallback callback)
throws ServiceException {
-
+
+ //This functionality has not been implemented yet
+
}
@Override
public void asyncPost(String servicePath, RestfulParametes restParametes, RestfulOptions options,
RestfulAsyncCallback callback) throws ServiceException {
-
+
+ //This functionality has not been implemented yet
+
}
@Override
@Override
public void asyncDelete(String servicePath, RestfulParametes restParametes, RestfulAsyncCallback callback)
throws ServiceException {
-
+
+ //This functionality has not been implemented yet
+
}
@Override
public void asyncDelete(String servicePath, RestfulParametes restParametes, RestfulOptions options,
RestfulAsyncCallback callback) throws ServiceException {
+ //This functionality has not been implemented yet
+
}
@Override
@Override
public void asyncPatch(String servicePath, RestfulParametes restParametes, RestfulAsyncCallback callback)
throws ServiceException {
-
+
+ //This functionality has not been implemented yet
+
}
@Override
public void asyncPatch(String servicePath, RestfulParametes restParametes, RestfulOptions options,
RestfulAsyncCallback callback) throws ServiceException {
-
+
+ //This functionality has not been implemented yet
+
}
@Override