Interface TransportDescriptionFactory

    • Method Detail

      • createTransportOutDescription

        org.apache.axis2.description.TransportOutDescription createTransportOutDescription()
                                                                                    throws Exception
        Throws:
        Exception
      • createTransportInDescription

        org.apache.axis2.description.TransportInDescription createTransportInDescription()
                                                                                  throws Exception
        Create a TransportInDescription for the transport under test.
        Returns:
        the transport description
        Throws:
        Exception