org.eclipse.emf.ecore.resource
Class URIServiceCallback

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
      extended by org.eclipse.emf.ecore.resource.URIServiceCallback
All Implemented Interfaces:
URIHandler

public class URIServiceCallback
extends URIHandlerImpl

TODO


Field Summary
protected  URIServiceAsync uriService
           
 
Fields inherited from interface org.eclipse.emf.ecore.resource.URIHandler
DEFAULT_HANDLERS
 
Constructor Summary
URIServiceCallback(URIServiceAsync uriService)
           
 
Method Summary
 void createInputStream(URI uri, java.util.Map<?,?> options, Callback<java.util.Map<?,?>> callback)
           
 void delete(URI uri, java.util.Map<?,?> options, Callback<java.util.Map<?,?>> callback)
           
 void exists(URI uri, java.util.Map<?,?> options, Callback<java.lang.Boolean> callback)
           
 void store(URI uri, byte[] bytes, java.util.Map<?,?> options, Callback<java.util.Map<?,?>> callback)
           
 
Methods inherited from class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
canHandle, contentDescription, createInputStream, createOutputStream, delete, exists, getAttributes, getRequestedAttributes, getResponse, getURIConverter, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uriService

protected URIServiceAsync uriService
Constructor Detail

URIServiceCallback

public URIServiceCallback(URIServiceAsync uriService)
Method Detail

createInputStream

public void createInputStream(URI uri,
                              java.util.Map<?,?> options,
                              Callback<java.util.Map<?,?>> callback)

store

public void store(URI uri,
                  byte[] bytes,
                  java.util.Map<?,?> options,
                  Callback<java.util.Map<?,?>> callback)

delete

public void delete(URI uri,
                   java.util.Map<?,?> options,
                   Callback<java.util.Map<?,?>> callback)

exists

public void exists(URI uri,
                   java.util.Map<?,?> options,
                   Callback<java.lang.Boolean> callback)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.