org.eclipse.swordfish.registry
Class WSDLResource
java.lang.Object
org.eclipse.swordfish.registry.WSDLResource
- All Implemented Interfaces:
- Resource
public class WSDLResource
- extends java.lang.Object
- implements Resource
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLResource
public WSDLResource(PersistentData persistence)
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