psdi.iface.webservices

Class WSSecurityInfo

  • java.lang.Object
    • psdi.iface.webservices.WSSecurityInfo


  • public final class WSSecurityInfo
    extends java.lang.Object
    Holds information about the Web Service Security parameters
    • Constructor Summary

      Constructors 
      Constructor and Description
      WSSecurityInfo(java.lang.String wsname, java.lang.String param, java.lang.String value, boolean isInbound)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getParam()
      Return parameter name
      java.lang.String getValue()
      Return parameter value
      java.lang.String getWSName()
      Return web service name
      boolean isInbound()
      Return whatever is in or out web service security
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WSSecurityInfo

        public WSSecurityInfo(java.lang.String wsname,
                              java.lang.String param,
                              java.lang.String value,
                              boolean isInbound)
        Constructor
        Parameters:
        wsname - web service name
        param - property name
        value - property value
        isInbound - inbound security vs. outbound security indicator
    • Method Detail

      • getWSName

        public java.lang.String getWSName()
        Return web service name
        Returns:
        web service name
      • getParam

        public java.lang.String getParam()
        Return parameter name
        Returns:
        parameter name
      • getValue

        public java.lang.String getValue()
        Return parameter value
        Returns:
        parameter value
      • isInbound

        public boolean isInbound()
        Return whatever is in or out web service security
        Returns:
        in or out web service security indicator