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 EnvelopeBuilder
public void setStyle(Style style)
setStyle
in interface EnvelopeBuilder
public SOAPEnvelope build(SOAPMessage soapMessage, InputStream ins, boolean ignoreParseError) throws IOException, SOAPException
build
in interface EnvelopeBuilder
IOException
SOAPException
public SOAPEnvelope build(SOAPMessage soapMessage, Reader reader, boolean ignoreParseError) throws IOException, SOAPException
build
in interface EnvelopeBuilder
IOException
SOAPException
public SOAPEnvelope build(SOAPMessage soapMessage, Element domEnv) throws SOAPException
build
in interface EnvelopeBuilder
SOAPException
public SOAPBodyElement buildBodyElementDoc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
buildBodyElementDoc
in interface EnvelopeBuilder
SOAPException
public SOAPBodyElement buildBodyElementRpc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
buildBodyElementRpc
in interface EnvelopeBuilder
SOAPException
public SOAPBodyElement buildBodyElementDefault(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
SOAPException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.