org.wso2.registry.app
Class RemoteResourceImpl

java.lang.Object
  extended by org.wso2.registry.ResourceImpl
      extended by org.wso2.registry.app.RemoteResourceImpl
All Implemented Interfaces:
Resource

public class RemoteResourceImpl
extends ResourceImpl


Field Summary
 
Fields inherited from class org.wso2.registry.ResourceImpl
authorUserName, content, contentID, contentModified, contentStream, createdTime, dataSource, description, directory, id, lastModified, lastUpdaterUserName, matchingSnapshotID, mediaType, parentPath, path, permanentPath, properties, propertiesModified, resourceDAO, snapshotID, state, versionableChange, versionNumber
 
Constructor Summary
RemoteResourceImpl()
           
 
Method Summary
 java.lang.String getAuthorizationString()
           
 java.io.InputStream getContentStream()
           
 void setAuthorizationString(java.lang.String authorizationString)
           
 void setContentURL(java.net.URL contentURL)
           
 
Methods inherited from class org.wso2.registry.ResourceImpl
addAspect, addProperty, editPropertyValue, getAspects, getAuthorUserName, getContent, getContentID, getCreatedTime, getDescription, getId, getLastModified, getLastUpdaterUserName, getMatchingSnapshotID, getMediaType, getParentPath, getPath, getPermanentPath, getProperties, getProperty, getPropertyValues, getSnapshotID, getState, getVersionNumber, isContentModified, isPropertiesModified, isVersionableChange, removeAspect, removeProperty, removePropertyValue, setAuthorUserName, setContent, setContentID, setContentModified, setContentStream, setCreatedTime, setDataSource, setDescription, setId, setLastModified, setLastUpdaterUserName, setMatchingSnapshotID, setMediaType, setParentPath, setPath, setProperties, setPropertiesModified, setProperty, setProperty, setSnapshotID, setState, setVersionableChange, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteResourceImpl

public RemoteResourceImpl()
Method Detail

setContentURL

public void setContentURL(java.net.URL contentURL)

getAuthorizationString

public java.lang.String getAuthorizationString()

setAuthorizationString

public void setAuthorizationString(java.lang.String authorizationString)

getContentStream

public java.io.InputStream getContentStream()
                                     throws RegistryException
Specified by:
getContentStream in interface Resource
Overrides:
getContentStream in class ResourceImpl
Throws:
RegistryException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.