All Known Implementing Classes:
DecryptSecurityStrategy, EncryptSecurityStrategy, SignSecurityStrategy, TimestampSecurityStrategy, UsernameTokenSecurityStrategy, VerifySignatureSecurityStrategy

public interface SecurityStrategy
Contract for objects that adds a level of security to the SOAP Protocol.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Dispatches in a reflective way to the method with the specific SecurityStrategy type as argument.
  • Method Details

    • accept

      void accept(SecurityStrategyVisitor visitor)
      Dispatches in a reflective way to the method with the specific SecurityStrategy type as argument.
      Parameters:
      visitor - the accepted visitor.