public final class WSDLPatcher
extends org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
| Constructor and Description |
|---|
WSDLPatcher(PortAddressResolver portAddressResolver,
DocumentLocationResolver docResolver)
Creates a
WSDLPatcher for patching WSDL. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAttribute(int i) |
protected void |
handleCharacters() |
protected void |
handleEndElement() |
protected void |
handleStartElement() |
public WSDLPatcher(@NotNull
PortAddressResolver portAddressResolver,
@NotNull
DocumentLocationResolver docResolver)
WSDLPatcher for patching WSDL.portAddressResolver - address of the endpoint is resolved using this docResolver.docResolver - Consulted to get the import/include document locations.
Must not be null.protected void handleAttribute(int i)
throws XMLStreamException
handleAttribute in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriterXMLStreamExceptionprotected void handleStartElement()
throws XMLStreamException
handleStartElement in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriterXMLStreamExceptionprotected void handleEndElement()
throws XMLStreamException
handleEndElement in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriterXMLStreamExceptionprotected void handleCharacters()
throws XMLStreamException
handleCharacters in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriterXMLStreamExceptionCopyright © 2015 Oracle Corporation. All rights reserved.