NetKernel APIs


com.ten60.netkernel.urii.accessor
Interface IURAccessor

All Superinterfaces:
IURComponent, IURRepresentation, IURRequestee, IURRequestor
All Known Implementing Classes:
AccessorImpl, AccessorImpl, NKFAccessorImpl

public interface IURAccessor
extends IURRequestor, IURRequestee, IURRepresentation, IURComponent

A Universal Resource Accessor provides functionality to satisfy requests on Universal Resources.


Field Summary
static String MIME_TYPE
          all accessors have this mime type
 
Method Summary
 IURAccessorMeta getAccessorMeta()
          Return the Meta for this accessor
 
Methods inherited from interface com.ten60.netkernel.urrequest.IURRequestor
receiveAsyncException, receiveAsyncResult
 
Methods inherited from interface com.ten60.netkernel.urrequest.IURRequestee
requestAsync
 
Methods inherited from interface com.ten60.netkernel.urii.IURRepresentation
getAspect, getAspects, getMeta, hasAspect
 
Methods inherited from interface com.ten60.netkernel.urii.IURComponent
destroy, initialise
 

Field Detail

MIME_TYPE

public static final String MIME_TYPE
all accessors have this mime type

See Also:
Constant Field Values
Method Detail

getAccessorMeta

public IURAccessorMeta getAccessorMeta()
Return the Meta for this accessor


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.