public class EnvelopeBuilder extends SOAPHandler
myElement
Constructor and Description |
---|
EnvelopeBuilder(SOAPEnvelope env,
String messageType) |
EnvelopeBuilder(String messageType,
SOAPConstants soapConstants) |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String namespace,
String localName,
DeserializationContext context) |
SOAPEnvelope |
getEnvelope() |
void |
onEndChild(String namespace,
String localName,
DeserializationContext context) |
SOAPHandler |
onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context) |
void |
startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context) |
characters, makeNewElement
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public EnvelopeBuilder(String messageType, SOAPConstants soapConstants)
public EnvelopeBuilder(SOAPEnvelope env, String messageType)
public SOAPEnvelope getEnvelope()
public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
startElement
in class SOAPHandler
SAXException
public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
onStartChild
in class SOAPHandler
SAXException
public void onEndChild(String namespace, String localName, DeserializationContext context)
onEndChild
in class SOAPHandler
public void endElement(String namespace, String localName, DeserializationContext context) throws SAXException
endElement
in class SOAPHandler
SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.