Class WSDL11SupplierTemplate

java.lang.Object
org.apache.axis2.description.AxisService2WSDL11
org.apache.axis2.dataretrieval.WSDL11SupplierTemplate
All Implemented Interfaces:
WSDLSupplier, Java2WSDLConstants

public abstract class WSDL11SupplierTemplate extends AxisService2WSDL11 implements WSDLSupplier
  • Constructor Details

    • WSDL11SupplierTemplate

      public WSDL11SupplierTemplate()
  • 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 final org.apache.axiom.om.OMElement generateOM() throws Exception
      Description copied from class: AxisService2WSDL11
      Build the OM structure of the WSDL document
      Overrides:
      generateOM in class AxisService2WSDL11
      Returns:
      an OMElement containing a WSDL document
      Throws:
      Exception
    • 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)
    • customizeMessages

      protected List<org.apache.axiom.om.OMElement> customizeMessages(List<org.apache.axiom.om.OMElement> messages)
    • customizePortType

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

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

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

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

      protected final org.apache.axiom.om.OMElement modifyPort(org.apache.axiom.om.OMElement port)
      This method use by AxisService2WSDL11 and users should not touch this method.
      Overrides:
      modifyPort in class AxisService2WSDL11
    • 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 AxisService2WSDL11