org.apache.cxf.transport.servlet.servicelist
Interface ServiceListWriter

All Known Implementing Classes:
FormattedServiceListWriter, UnformattedServiceListWriter

public interface ServiceListWriter


Method Summary
 String getContentType()
           
 void writeServiceList(PrintWriter writer, String baseAddress, org.apache.cxf.transport.AbstractDestination[] soapDestinations, org.apache.cxf.transport.AbstractDestination[] restDestinations)
           
 

Method Detail

getContentType

String getContentType()

writeServiceList

void writeServiceList(PrintWriter writer,
                      String baseAddress,
                      org.apache.cxf.transport.AbstractDestination[] soapDestinations,
                      org.apache.cxf.transport.AbstractDestination[] restDestinations)
                      throws IOException
Throws:
IOException


Apache CXF