Uses of Class
com.sun.xml.stream.buffer.XMLStreamBufferException
-
Packages that use XMLStreamBufferException Package Description com.sun.xml.stream.buffer com.sun.xml.ws.security.opt.impl.incoming -
-
Uses of XMLStreamBufferException in com.sun.xml.stream.buffer
Methods in com.sun.xml.stream.buffer that throw XMLStreamBufferException Modifier and Type Method Description NodeXMLStreamBuffer. writeTo(Node n)Writes out the contents of this buffer as DOM node and append that to the given node. -
Uses of XMLStreamBufferException in com.sun.xml.ws.security.opt.impl.incoming
Constructors in com.sun.xml.ws.security.opt.impl.incoming that throw XMLStreamBufferException Constructor Description GenericSecuredHeader(XMLStreamReader reader, SOAPVersion soapVersion, StreamReaderBufferCreator creator, HashMap nsDecl, XMLInputFactory staxIF, boolean encHeaderContent)KerberosBinarySecurityToken(XMLStreamReader reader, StreamReaderBufferCreator creator, HashMap nsDecl, XMLInputFactory staxIF)Creates a new instance of KerberosBinarySecurityTokenTimestampHeader(XMLStreamReader reader, StreamReaderBufferCreator creator, HashMap nsDecls, JAXBFilterProcessingContext ctx)Creates a new instance of TimestampHeaderUsernameTokenHeader(XMLStreamReader reader, StreamReaderBufferCreator creator, HashMap nsDecls, XMLInputFactory staxIF)Creates a new instance of UsernameTokenHeaderX509BinarySecurityToken(XMLStreamReader reader, StreamReaderBufferCreator creator, HashMap nsDecl, XMLInputFactory staxIF)
-