Package com.sun.xml.ws.security.opt.api
Interface SecurityElementWriter
- All Known Implementing Classes:
BinarySecurityToken,DerivedKey,DerivedKeyToken,DirectReference,EncryptedData,EncryptedHeader,EncryptedHeader,EncryptedKey,EncryptedSignedMessageHeader,EnvelopedSignedMessageHeader,GSHeaderElement,JAXBEncryptedData,JAXBEncryptedKey,JAXBSignatureHeaderElement,KerberosBinarySecurityToken,KeyIdentifier,ReferenceListHeader,SAMLAssertion,SAMLToken,SecurityContextToken,SecurityContextToken,SecurityContextToken13,SecurityTokenReference,Signature,SignatureConfirmation,SignatureConfirmation,SignedMessageHeader,SignedMessagePart,Timestamp,TimestampHeader,UsernameToken,UsernameTokenHeader,X509BinarySecurityToken,X509Data,X509IssuerSerial
public interface SecurityElementWriter
- Author:
- Ashutosh.Shahi@sun.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(OutputStream os) voidwriteTo(XMLStreamWriter streamWriter) Writes out the header.voidwriteTo(XMLStreamWriter streamWriter, HashMap props)
-
Method Details
-
writeTo
Writes out the header.- Throws:
XMLStreamException- if the operation fails for some reason. This leaves the writer to an undefined state.
-
writeTo
- Parameters:
streamWriter-props-- Throws:
XMLStreamException
-
writeTo
- Parameters:
os-
-