org.eclipse.swordfish.registry
Interface Resource

All Known Implementing Classes:
DefaultResource, ListResource, PolicyResource, WSDLListHtmlResource, WSDLResource, WSILResource

public interface Resource


Method Summary
 void appendContent(java.io.Writer writer)
           
 void delete()
           
 void get(java.io.Writer writer)
           
 java.lang.String getCharacterEncoding()
           
 java.lang.String getContentType()
           
 void put(java.io.Reader reader)
           
 

Method Detail

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