public abstract class SOAPBuilderHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected StAXSOAPModelBuilder |
builder |
protected javax.xml.stream.XMLStreamReader |
parser |
Modifier | Constructor and Description |
---|---|
protected |
SOAPBuilderHelper(StAXSOAPModelBuilder builder) |
Modifier and Type | Method and Description |
---|---|
abstract OMElement |
handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement element,
int elementLevel) |
protected void |
processAttributes(OMElement node) |
protected void |
processNamespaceData(OMElement node,
boolean checkSOAPNamespace) |
protected StAXSOAPModelBuilder builder
protected javax.xml.stream.XMLStreamReader parser
protected SOAPBuilderHelper(StAXSOAPModelBuilder builder)
public abstract OMElement handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement element, int elementLevel) throws SOAPProcessingException
SOAPProcessingException
protected void processNamespaceData(OMElement node, boolean checkSOAPNamespace)
protected void processAttributes(OMElement node)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.