Package com.sun.xml.ws.security.opt.api
Interface NamespaceContextInfo
- All Known Implementing Classes:
DerivedKeyToken,EncryptedKey,GenericSecuredHeader,KerberosBinarySecurityToken,SAMLAssertion,SecurityContextToken,Signature,SignatureConfirmation,TimestampHeader,UsernameTokenHeader,X509BinarySecurityToken
public interface NamespaceContextInfo
Maintains map of all inscope namespaces
- Author:
- K.Venugopal@sun.com
-
Method Summary
Modifier and TypeMethodDescriptionmap of all inscope namespace declarations.
-
Method Details
-
getInscopeNSContext
map of all inscope namespace declarations.- Returns:
HashMapof all inscope namespaces.
-