Class SecurityHeaderProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.SecurityHeaderProcessor
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityHeaderProcessor(JAXBFilterProcessingContext context, Map<String, String> namespaceList, XMLInputFactory xi, StreamReaderBufferCreator sbc) Creates a new instance of SecurityHeaderProcessor -
Method Summary
Modifier and TypeMethodDescriptioncreateHeader(XMLStreamReader message) gets the SecurityElementType from the message and creates and processes such headerintreturns the security element type like TIMESTAMP_ELEMENT,BINARYSECURITY_TOKEN_ELEMENT,SIGNATURE_ELEMENT etc
-
Constructor Details
-
SecurityHeaderProcessor
public SecurityHeaderProcessor(JAXBFilterProcessingContext context, Map<String, String> namespaceList, XMLInputFactory xi, StreamReaderBufferCreator sbc) Creates a new instance of SecurityHeaderProcessor
-
-
Method Details
-
createHeader
gets the SecurityElementType from the message and creates and processes such header- Parameters:
message- XMLStreamReader- Returns:
- SecurityHeaderElement
- Throws:
XWSSecurityException
-
getSecurityElementType
returns the security element type like TIMESTAMP_ELEMENT,BINARYSECURITY_TOKEN_ELEMENT,SIGNATURE_ELEMENT etc- Parameters:
reader- XMLStreamReader- Returns:
- int
-