org.eclipse.swordfish.registry
Class WSDLListHtmlResource

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

public class WSDLListHtmlResource
extends DefaultResource
implements Resource


Field Summary
static java.lang.String POSTFIX
           
static java.lang.String PREFIX
           
static java.lang.String TABLE_HEADER
           
 
Constructor Summary
WSDLListHtmlResource(java.lang.String baseUrl, WSDLRepository repository)
           
 
Method Summary
 void appendContent(java.io.Writer writer)
           
 void get(java.io.Writer writer)
           
 java.lang.String getCharacterEncoding()
           
 java.lang.String getContentType()
           
 java.lang.String getId()
           
 
Methods inherited from class org.eclipse.swordfish.registry.DefaultResource
delete, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.swordfish.registry.Resource
delete, put
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values

POSTFIX

public static final java.lang.String POSTFIX
See Also:
Constant Field Values

TABLE_HEADER

public static final java.lang.String TABLE_HEADER
See Also:
Constant Field Values
Constructor Detail

WSDLListHtmlResource

public WSDLListHtmlResource(java.lang.String baseUrl,
                            WSDLRepository repository)
Method Detail

getId

public java.lang.String getId()
Overrides:
getId in class DefaultResource

getCharacterEncoding

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

getContentType

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

get

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

appendContent

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