Search
Plugins
>
Intrinsics 1.0.0
>
javax.xml.soap.SOAPBody
>
Interface javax.xml.soap.SOAPBody
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
addBodyElement
(
javax.xml.soap.Name
)
javax.xml.soap.SOAPBodyElement
addBodyElement
(
javax.xml.namespace.QName
)
javax.xml.soap.SOAPBodyElement
addDocument
(
org.w3c.dom.Document
)
javax.xml.soap.SOAPBodyElement
addFault
()
javax.xml.soap.SOAPFault
addFault
(
javax.xml.soap.Name
,
String
,
java.util.Locale
)
javax.xml.soap.SOAPFault
addFault
(
javax.xml.namespace.QName
,
String
,
java.util.Locale
)
javax.xml.soap.SOAPFault
addFault
(
javax.xml.soap.Name
,
String
)
javax.xml.soap.SOAPFault
addFault
(
javax.xml.namespace.QName
,
String
)
javax.xml.soap.SOAPFault
extractContentAsDocument
()
org.w3c.dom.Document
getFault
()
javax.xml.soap.SOAPFault
hasFault
()
boolean
Returned by
Method
Returns
javax.xml.soap.SOAPEnvelope.addBody
()
javax.xml.soap.SOAPBody
javax.xml.soap.SOAPEnvelope.getBody
()
javax.xml.soap.SOAPBody
javax.xml.soap.SOAPMessage.getSOAPBody
()
javax.xml.soap.SOAPBody
Referenced in
None