public interface EnvelopeBuilder
| Modifier and Type | Method and Description |
|---|---|
SOAPEnvelope |
build(SOAPMessage soapMessage,
Element domEnv) |
SOAPEnvelope |
build(SOAPMessage soapMessage,
InputStream in,
boolean ignoreParseError) |
SOAPEnvelope |
build(SOAPMessage soapMessage,
Reader reader,
boolean ignoreParseError) |
SOAPBodyElement |
buildBodyElementDoc(SOAPBodyImpl soapBody,
Element domBodyElement) |
SOAPBodyElement |
buildBodyElementRpc(SOAPBodyImpl soapBody,
Element domBodyElement) |
Style |
getStyle() |
void |
setStyle(Style style) |
Style getStyle()
void setStyle(Style style)
SOAPEnvelope build(SOAPMessage soapMessage, InputStream in, boolean ignoreParseError) throws IOException, SOAPException
IOExceptionSOAPExceptionSOAPEnvelope build(SOAPMessage soapMessage, Reader reader, boolean ignoreParseError) throws IOException, SOAPException
IOExceptionSOAPExceptionSOAPEnvelope build(SOAPMessage soapMessage, Element domEnv) throws SOAPException
SOAPExceptionSOAPBodyElement buildBodyElementDoc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
SOAPExceptionSOAPBodyElement buildBodyElementRpc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
SOAPExceptionCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.