public class EnvelopeBuilderDOM extends Object implements EnvelopeBuilder
| Constructor and Description |
|---|
EnvelopeBuilderDOM() |
| Modifier and Type | Method and Description |
|---|---|
SOAPEnvelope |
build(SOAPMessage soapMessage,
Element domEnv) |
SOAPEnvelope |
build(SOAPMessage soapMessage,
InputStream ins,
boolean ignoreParseError) |
SOAPEnvelope |
build(SOAPMessage soapMessage,
Reader reader,
boolean ignoreParseError) |
SOAPBodyElement |
buildBodyElementDefault(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
buildBodyElementDoc(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
buildBodyElementRpc(SOAPBodyImpl soapBody,
Element domBodyElement) |
Style |
getStyle() |
void |
setStyle(Style style) |
public Style getStyle()
getStyle in interface EnvelopeBuilderpublic void setStyle(Style style)
setStyle in interface EnvelopeBuilderpublic SOAPEnvelope build(SOAPMessage soapMessage, InputStream ins, boolean ignoreParseError) throws IOException, SOAPException
build in interface EnvelopeBuilderIOExceptionSOAPExceptionpublic SOAPEnvelope build(SOAPMessage soapMessage, Reader reader, boolean ignoreParseError) throws IOException, SOAPException
build in interface EnvelopeBuilderIOExceptionSOAPExceptionpublic SOAPEnvelope build(SOAPMessage soapMessage, Element domEnv) throws SOAPException
build in interface EnvelopeBuilderSOAPExceptionpublic SOAPBodyElement buildBodyElementDoc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
buildBodyElementDoc in interface EnvelopeBuilderSOAPExceptionpublic SOAPBodyElement buildBodyElementRpc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
buildBodyElementRpc in interface EnvelopeBuilderSOAPExceptionpublic SOAPBodyElement buildBodyElementDefault(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
SOAPExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.