org.eclipse.swordfish.registry
Interface Resource
- All Known Implementing Classes:
- DefaultResource, ListResource, PolicyResource, WSDLListHtmlResource, WSDLResource, WSILResource
public interface Resource
getContentType
java.lang.String getContentType()
getCharacterEncoding
java.lang.String getCharacterEncoding()
get
void get(java.io.Writer writer)
throws VerbNotSupportedException,
java.io.IOException
- Throws:
VerbNotSupportedException
java.io.IOException
put
void put(java.io.Reader reader)
throws VerbNotSupportedException,
InvalidFormatException,
java.io.IOException
- Throws:
VerbNotSupportedException
InvalidFormatException
java.io.IOException
delete
void delete()
throws VerbNotSupportedException,
java.io.IOException
- Throws:
VerbNotSupportedException
java.io.IOException
appendContent
void appendContent(java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException