org.apache.cxf.transport.servlet.servicelist
Class UnformattedServiceListWriter
java.lang.Object
org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
- All Implemented Interfaces:
- ServiceListWriter
public class UnformattedServiceListWriter
- extends Object
- implements ServiceListWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnformattedServiceListWriter
public UnformattedServiceListWriter(boolean renderWsdlList)
getContentType
public String getContentType()
- Specified by:
getContentType
in interface ServiceListWriter
writeServiceList
public void writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations)
throws IOException
- Specified by:
writeServiceList
in interface ServiceListWriter
- Throws:
IOException
Apache CXF