public final class DefaultSoapRequest extends Object implements SoapRequest
SoapRequest.| Constructor and Description |
|---|
DefaultSoapRequest(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,SoapAttachment> attachments,
String contentType,
String operation) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SoapAttachment> |
getAttachments() |
InputStream |
getContent() |
String |
getContentType() |
String |
getOperation() |
Map<String,String> |
getSoapHeaders() |
Map<String,String> |
getTransportHeaders() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, emptypublic InputStream getContent()
getContent in interface SoapMessagepublic Map<String,String> getSoapHeaders()
getSoapHeaders in interface SoapMessagepublic Map<String,String> getTransportHeaders()
getTransportHeaders in interface SoapMessagepublic Map<String,SoapAttachment> getAttachments()
getAttachments in interface SoapMessagepublic String getContentType()
getContentType in interface WithContentTypepublic String getOperation()
getOperation in interface SoapRequestCopyright © 2020. All rights reserved.