Class WSDL20SupplierTemplate

java.lang.Object
org.apache.axis2.description.AxisService2WSDL20
org.apache.axis2.dataretrieval.WSDL20SupplierTemplate
All Implemented Interfaces:
WSDLSupplier, WSDL2Constants

public class WSDL20SupplierTemplate extends AxisService2WSDL20 implements WSDLSupplier
  • Constructor Details

    • WSDL20SupplierTemplate

      public WSDL20SupplierTemplate()
  • Method Details

    • init

      public final void init(AxisService service)
    • getWSDL

      public Object getWSDL(AxisService service) throws AxisFault
      Specified by:
      getWSDL in interface WSDLSupplier
      Throws:
      AxisFault
    • generateOM

      public org.apache.axiom.om.OMElement generateOM() throws Exception
      Description copied from class: AxisService2WSDL20
      Generates a WSDL 2.0 document for this web service
      Overrides:
      generateOM in class AxisService2WSDL20
      Returns:
      The WSDL2 document element
      Throws:
      Exception - - Thrown in case an exception occurs
    • customizeDocumentation

      protected org.apache.axiom.om.OMElement customizeDocumentation(org.apache.axiom.om.OMElement documentation)
    • customizeTypes

      protected org.apache.axiom.om.OMElement customizeTypes(org.apache.axiom.om.OMElement types)
    • customizeInterface

      protected org.apache.axiom.om.OMElement customizeInterface(org.apache.axiom.om.OMElement portType)
    • customizeService

      protected final org.apache.axiom.om.OMElement customizeService(org.apache.axiom.om.OMElement service)
    • customizeEndpoint

      protected org.apache.axiom.om.OMElement customizeEndpoint(org.apache.axiom.om.OMElement port)
    • customizeBinding

      protected org.apache.axiom.om.OMElement customizeBinding(org.apache.axiom.om.OMElement binding)
    • modifyEndpoint

      protected final org.apache.axiom.om.OMElement modifyEndpoint(org.apache.axiom.om.OMElement endpoint)
      This method use by AxisService2WSDL11 and users should not touch this method.
      Overrides:
      modifyEndpoint in class AxisService2WSDL20
    • modifyBinding

      protected final org.apache.axiom.om.OMElement modifyBinding(org.apache.axiom.om.OMElement binding)
      This method use by AxisService2WSDL11 and users should not touch this method.
      Overrides:
      modifyBinding in class AxisService2WSDL20