Class ManagementWSDLPatcher
java.lang.Object
org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
com.sun.xml.ws.config.management.server.ManagementWSDLPatcher
Remove all existing policies and policy references from the given XML document
and insert the new effective policies.
- Author:
- Fabian Ritzmann
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
XMLStreamReaderToXMLStreamWriter.Breakpoint -
Field Summary
Fields inherited from class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
in, out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleAttribute(int i) Skip all policy attributesprotected voidprotected voidprotected voidprotected voidprotected voidSkip all policy expressions.protected voidprotected voidhandlePI()protected voidprotected voidIf we find a policy element, skip it.Methods inherited from class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
bridge, bridge
-
Constructor Details
-
ManagementWSDLPatcher
-
-
Method Details
-
handleStartElement
If we find a policy element, skip it. If we find a binding element, marshal any policies onto it.- Overrides:
handleStartElementin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException- If a parsing error occurred
-
handleEndElement
Skip all policy expressions.- Overrides:
handleEndElementin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException- If a parsing error occured
-
handleAttribute
Skip all policy attributes- Overrides:
handleAttributein classXMLStreamReaderToXMLStreamWriter- Parameters:
i- The i-th attribute of the current element- Throws:
XMLStreamException- If a parsing error occured
-
handleCharacters
- Overrides:
handleCharactersin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-
handleComment
- Overrides:
handleCommentin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-
handlePI
- Overrides:
handlePIin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-
handleDTD
- Overrides:
handleDTDin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-
handleEntityReference
- Overrides:
handleEntityReferencein classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-
handleSpace
- Overrides:
handleSpacein classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-
handleCDATA
- Overrides:
handleCDATAin classXMLStreamReaderToXMLStreamWriter- Throws:
XMLStreamException
-