-
Task
-
Resolution: Done
-
Major
-
None
-
None
AttachmentPart
public InputStream getBase64Content() throws SOAPException
public InputStream getRawContent() throws SOAPException
public byte[] getRawContentBytes() throws SOAPException
public void setBase64Content(InputStream content, String contentType) throws SOAPException
public void setRawContent(InputStream content, String contentType) throws SOAPException
public void setRawContentBytes(byte[] content, int offset, int len, String contentType) throws SOAPException
MessageFactory
public static MessageFactory newInstance() throws SOAPException
public static MessageFactory newInstance(String protocol) throws SOAPException
SAAJMetaFactory
SAAJResult
SOAPBody
public Document extractContentAsDocument() throws SOAPException
SOAPConnection
public SOAPMessage get(Object to) throws SOAPException
SOAPElement
public SOAPElement setElementQName(QName qname) throws SOAPException
SOAPFactory
public static SOAPFactory newInstance() throws SOAPException
public static SOAPFactory newInstance(String protocol) throws SOAPException
public SOAPElement createElement(org.w3c.dom.Element domElement) throws SOAPException
public SOAPElement createElement(QName qname) throws SOAPException
public abstract SOAPFault createFault(String reasonText, QName faultCode) throws SOAPException;
public abstract SOAPFault createFault() throws SOAPException;
SOAPFault
public void addFaultReasonText(String text, Locale locale) throws SOAPException
public void appendFaultSubcode(QName subcode) throws SOAPException
public QName getFaultCodeAsQName()
public String getFaultNode()
public Iterator getFaultReasonLocales() throws SOAPException
public String getFaultReasonText(Locale locale) throws SOAPException
public Iterator getFaultReasonTexts() throws SOAPException
public String getFaultRole()
public Iterator getFaultSubcodes()
public boolean hasDetail()
public void removeAllFaultSubcodes()
public void setFaultNode(String uri) throws SOAPException
public void setFaultRole(String uri) throws SOAPException
SOAPHeader
public SOAPHeaderElement addHeaderElement(QName qname) throws SOAPException
public SOAPHeaderElement addNotUnderstoodHeaderElement(QName qname) throws SOAPException
public SOAPHeaderElement addUpgradeHeaderElement(Iterator soapURIs) throws SOAPException
public SOAPHeaderElement addUpgradeHeaderElement(String[] soapURIs) throws SOAPException
public SOAPHeaderElement addUpgradeHeaderElement(String soapURI) throws SOAPException
SOAPHeaderElement
public boolean getRelay()
public boolean getRole()
public void setRelay(boolean relay) throws SOAPException
SOAPMessage
public AttachmentPart getAttachment(SOAPElement element) throws SOAPException
public void removeAttachments(MimeHeaders headers)