Interface ServiceListWriter

All Known Implementing Classes:
FormattedServiceListWriter, UnformattedServiceListWriter

public interface ServiceListWriter
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    writeServiceList(PrintWriter writer, String baseAddress, org.apache.cxf.transport.AbstractDestination[] soapDestinations, org.apache.cxf.transport.AbstractDestination[] restDestinations)
     
  • Method Details

    • 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