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
IOException
SOAPException
SOAPEnvelope build(SOAPMessage soapMessage, Reader reader, boolean ignoreParseError) throws IOException, SOAPException
IOException
SOAPException
SOAPEnvelope build(SOAPMessage soapMessage, Element domEnv) throws SOAPException
SOAPException
SOAPBodyElement buildBodyElementDoc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
SOAPException
SOAPBodyElement buildBodyElementRpc(SOAPBodyImpl soapBody, Element domBodyElement) throws SOAPException
SOAPException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.