com.novell.sentinel.uri
Interface UriDeconstructorFactory

All Known Implementing Classes:
UriDeconstructorFactoryImpl

public interface UriDeconstructorFactory

Factory interface for obtaining a URI deconstructor that can be used to examine (during deserialization) complete URIs that refer to DataObjects.


Method Summary
 UriDeconstructor newInstance(String uri)
           
 

Method Detail

newInstance

UriDeconstructor newInstance(String uri)