org.eclipse.swordfish.registry
Class WSDLResource

java.lang.Object
  extended by org.eclipse.swordfish.registry.WSDLResource
All Implemented Interfaces:
Resource

public class WSDLResource
extends java.lang.Object
implements Resource


Constructor Summary
WSDLResource(PersistentData persistence)
           
 
Method Summary
 void appendContent(java.io.Writer writer)
           
 void delete()
           
 void get(java.io.Writer writer)
           
 java.lang.String getCharacterEncoding()
           
 java.lang.String getContentType()
           
 java.lang.String getId()
           
 void put(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLResource

public WSDLResource(PersistentData persistence)
Method Detail

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface Resource

getCharacterEncoding

public java.lang.String getCharacterEncoding()
Specified by:
getCharacterEncoding in interface Resource

getId

public java.lang.String getId()

get

public void get(java.io.Writer writer)
         throws java.io.IOException
Specified by:
get in interface Resource
Throws:
java.io.IOException

put

public void put(java.io.Reader reader)
         throws InvalidFormatException,
                java.io.IOException
Specified by:
put in interface Resource
Throws:
InvalidFormatException
java.io.IOException

delete

public void delete()
            throws java.io.IOException
Specified by:
delete in interface Resource
Throws:
java.io.IOException

appendContent

public void appendContent(java.io.Writer writer)
                   throws java.io.IOException
Specified by:
appendContent in interface Resource
Throws:
java.io.IOException