com.ibm.broker.config.appdev.nodes

Class SOAPInputNode.WsSecurityTable

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SOAPInputNode


    public class SOAPInputNode.WsSecurityTable
    extends NodePropertyTable
    WsSecurityTable instance contains WsSecurityRow rows
     Table name = WS-Security
     Row names = WsSecurity
     
    See Also:
    Serialized Form
    • Method Detail

      • createRow

        public SOAPInputNode.WsSecurityRow createRow()
        Description copied from class: NodePropertyTable
        Use to create a new row for this table. Once created you can add and remove this row to the table
        Returns:
        NodePropertyRow
      • addRow

        public void addRow(SOAPInputNode.WsSecurityRow row)
        Adds a WsSecurityRow to the table
        Parameters:
        row - WsSecurityRow ; the row to add to the table
      • removeRow

        public void removeRow(SOAPInputNode.WsSecurityRow row)
        Remove a WsSecurityRow from the table
        Parameters:
        row - WsSecurityRow ; the row to remove from the table