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, makeNewElementendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic 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 SOAPHandlerSAXExceptionpublic SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
onStartChild in class SOAPHandlerSAXExceptionpublic void onEndChild(String namespace, String localName, DeserializationContext context)
onEndChild in class SOAPHandlerpublic void endElement(String namespace, String localName, DeserializationContext context) throws SAXException
endElement in class SOAPHandlerSAXExceptionCopyright © The Apache Software Foundation. All Rights Reserved.