com.ibm.wsspi.sca.metadata

Interface WebServiceImportBinding

  • All Superinterfaces:
    ImportBinding


    public interface WebServiceImportBinding
    extends ImportBinding
    Interface that represent the WebService binding information on a SCA import.
    Since:
    7.5.1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getEndpoint()
      Method returns the endpoint that belongs to the WebService binding of the import.
      javax.xml.namespace.QName getPort()
      Method returns the QName of the port that belongs to the WebService binding of the import.
      javax.xml.namespace.QName getService()
      Method returns the QName of the service that belongs to the WebService binding of the import.
    • Method Detail

      • getService

        javax.xml.namespace.QName getService()
        Method returns the QName of the service that belongs to the WebService binding of the import.
        Returns:
        QName QName of the service that belongs to the WebService binding of the import.
      • getPort

        javax.xml.namespace.QName getPort()
        Method returns the QName of the port that belongs to the WebService binding of the import.
        Returns:
        QName QName of the port that belongs to the WebService binding of the import.
      • getEndpoint

        java.lang.String getEndpoint()
        Method returns the endpoint that belongs to the WebService binding of the import.
        Returns:
        String Endpoint that belongs to the WebService binding of the import.
IBM Business Process ManagerTM
Release 8