Class InterfaceInfo

    • Method Detail

      • setName

        public void setName​(QName n)
      • addOperation

        public OperationInfo addOperation​(QName oname)
        Adds an operation to this service.
        Parameters:
        oname - the qualified name of the operation.
        Returns:
        the operation.
      • removeOperation

        public void removeOperation​(OperationInfo operation)
        Removes an operation from this service.
        Parameters:
        operation - the operation.
      • getOperation

        public OperationInfo getOperation​(QName oname)
        Returns the operation info with the given name, if found.
        Parameters:
        oname - the name.
        Returns:
        the operation; or null if not found.
      • getOperations

        public Collection<OperationInfo> getOperations()
        Returns all operations for this service.
        Returns:
        all operations.