Interface SecurityStrategy
- 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 TypeMethodDescriptionvoidaccept(SecurityStrategyVisitor visitor) Dispatches in a reflective way to the method with the specificSecurityStrategytype as argument.
-
Method Details
-
accept
Dispatches in a reflective way to the method with the specificSecurityStrategytype as argument.- Parameters:
visitor- the accepted visitor.
-