|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.transport.http.HtmlServiceWriter
public class HtmlServiceWriter
Provides a basic HTML description of a Service
.
Constructor Summary | |
---|---|
HtmlServiceWriter()
|
Method Summary | |
---|---|
void |
write(java.io.OutputStream out,
java.util.Collection services)
Writes a HTML list of services to the given stream. |
void |
write(java.io.OutputStream out,
Service service)
Writes a HTML description of a service to the given stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlServiceWriter()
Method Detail |
---|
public void write(java.io.OutputStream out, java.util.Collection services) throws XMLStreamException
out
- the stream to write toservices
- the services
XMLStreamException
- if an XML writing exception occurspublic void write(java.io.OutputStream out, Service service) throws XMLStreamException
out
- the stream to write toservice
- the service
XMLStreamException
- if an XML writing exception occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |