de.fzj.unicore.wsrflite.xfire
Class WSRFHtmlServiceWriter
java.lang.Object
org.codehaus.xfire.transport.http.HtmlServiceWriter
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
| 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 |
WSRFHtmlServiceWriter
public WSRFHtmlServiceWriter()
WSRFHtmlServiceWriter
public WSRFHtmlServiceWriter(javax.servlet.http.HttpServletRequest request)
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 toservices - the services
- Throws:
javax.xml.stream.XMLStreamException - if an XML writing exception occurs
Copyright © 2010. All Rights Reserved.