de.fzj.unicore.wsrflite.xfire
Class WSRFHtmlServiceWriter

java.lang.Object
  extended by org.codehaus.xfire.transport.http.HtmlServiceWriter
      extended by de.fzj.unicore.wsrflite.xfire.WSRFHtmlServiceWriter

public class WSRFHtmlServiceWriter
extends org.codehaus.xfire.transport.http.HtmlServiceWriter

This is a copy of the XFire HtmlServiceWriter with slight modifications in the method write(OutputStream, Collection). The method now uses the WSRFLite BASEURL to set the path in the presented WSRF Links.

Author:
Andre Hoeing - 23.06.2008

Constructor Summary
WSRFHtmlServiceWriter()
           
WSRFHtmlServiceWriter(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 void write(OutputStream out, Collection services)
          Writes a HTML list of services to the given stream.
 
Methods inherited from class org.codehaus.xfire.transport.http.HtmlServiceWriter
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRFHtmlServiceWriter

public WSRFHtmlServiceWriter()

WSRFHtmlServiceWriter

public WSRFHtmlServiceWriter(javax.servlet.http.HttpServletRequest request)
Method Detail

write

public void write(OutputStream out,
                  Collection services)
           throws javax.xml.stream.XMLStreamException
Writes a HTML list of services to the given stream. Each service is described with its name.

Overrides:
write in class org.codehaus.xfire.transport.http.HtmlServiceWriter
Parameters:
out - the stream to write to
services - the services
Throws:
javax.xml.stream.XMLStreamException - if an XML writing exception occurs


Copyright © 2010. All Rights Reserved.