public class SecurityHeaderProcessor extends Object
| Constructor and Description |
|---|
SecurityHeaderProcessor(JAXBFilterProcessingContext context,
Map<String,String> namespaceList,
XMLInputFactory xi,
com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc)
Creates a new instance of SecurityHeaderProcessor
|
| Modifier and Type | Method and Description |
|---|---|
SecurityHeaderElement |
createHeader(XMLStreamReader message)
gets the SecurityElementType from the message and creates and processes such header
|
int |
getSecurityElementType(XMLStreamReader reader)
returns the security element type like TIMESTAMP_ELEMENT,BINARYSECURITY_TOKEN_ELEMENT,SIGNATURE_ELEMENT etc
|
public SecurityHeaderProcessor(JAXBFilterProcessingContext context, Map<String,String> namespaceList, XMLInputFactory xi, com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc)
public SecurityHeaderElement createHeader(XMLStreamReader message) throws XWSSecurityException
message - XMLStreamReaderXWSSecurityExceptionpublic int getSecurityElementType(XMLStreamReader reader)
reader - XMLStreamReaderCopyright © 2005–2018 Oracle Corporation. All rights reserved.