Class JAXWS20Emitter

All Implemented Interfaces:
Emitter

public class JAXWS20Emitter extends JAXWSEmitter
  • Constructor Details

    • JAXWS20Emitter

      public JAXWS20Emitter()
  • Method Details

    • createDOMDocumentForSEI

      protected Document createDOMDocumentForSEI() throws org.apache.axis2.AxisFault
      Creates the XML model for the Service Endpoint interface
      Specified by:
      createDOMDocumentForSEI in class JAXWSEmitter
      Returns:
      DOM Document
      Throws:
      org.apache.axis2.AxisFault
    • createDOMDocumentForSEIImpl

      protected Document createDOMDocumentForSEIImpl() throws org.apache.axis2.AxisFault
      Creates the XML model for the Service Endpoint interface
      Specified by:
      createDOMDocumentForSEIImpl in class JAXWSEmitter
      Returns:
      DOM Document
      Throws:
      org.apache.axis2.AxisFault
    • createDOMDocumentForServiceClass

      protected Document createDOMDocumentForServiceClass()
      Creates the XML model for the Service Class
      Specified by:
      createDOMDocumentForServiceClass in class JAXWSEmitter
      Returns:
      DOM Document
    • createDOMDocumentForException

      protected Document createDOMDocumentForException(String key)
      Creates the XML model for a Exception Class
      Specified by:
      createDOMDocumentForException in class JAXWSEmitter
      Parameters:
      key - String
      Returns:
      DOM Document