public class Message1_2Impl extends MessageImpl implements SOAPConstants
acceptFastInfoset, attachments, attachmentsInitialized, CONTENT_ID, CONTENT_LOCATION, contentType, FI_ENCODED_FLAG, headers, isFastInfoset, LAZY_SOAP_BODY_PARSING, log, messageByteCount, messageBytes, MIME_MULTIPART_FLAG, MIME_MULTIPART_XOP_SOAP1_1_FLAG, MIME_MULTIPART_XOP_SOAP1_2_FLAG, mmp, multiPart, PLAIN_XML_FLAG, properties, saved, SOAP1_1_FLAG, SOAP1_2_FLAG, soapPartImpl, XOP_FLAGCHARACTER_SET_ENCODING, WRITE_XML_DECLARATIONDEFAULT_SOAP_PROTOCOL, DYNAMIC_SOAP_PROTOCOL, SOAP_1_1_CONTENT_TYPE, SOAP_1_1_PROTOCOL, SOAP_1_2_CONTENT_TYPE, SOAP_1_2_PROTOCOL, SOAP_DATAENCODINGUNKNOWN_FAULT, SOAP_ENV_PREFIX, SOAP_MUSTUNDERSTAND_FAULT, SOAP_RECEIVER_FAULT, SOAP_SENDER_FAULT, SOAP_VERSIONMISMATCH_FAULT, URI_NS_SOAP_1_1_ENVELOPE, URI_NS_SOAP_1_2_ENCODING, URI_NS_SOAP_1_2_ENVELOPE, URI_NS_SOAP_ENCODING, URI_NS_SOAP_ENVELOPE, URI_SOAP_1_2_ROLE_NEXT, URI_SOAP_1_2_ROLE_NONE, URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER, URI_SOAP_ACTOR_NEXT| Constructor and Description |
|---|
Message1_2Impl() |
Message1_2Impl(boolean isFastInfoset,
boolean acceptFastInfoset) |
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
Message1_2Impl(MimeHeaders headers,
InputStream in) |
Message1_2Impl(SOAPMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getExpectedAcceptHeader() |
protected String |
getExpectedContentType() |
SOAPPart |
getSOAPPart()
Gets the SOAP part of this
SOAPMessage object. |
protected boolean |
isCorrectSoapVersion(int contentTypeId) |
acceptFastInfoset, addAttachmentPart, countAttachments, createAttachmentPart, getAction, getAttachment, getAttachments, getAttachments, getBaseType, getCharset, getContentDescription, getContentType, getMimeHeaders, getProperty, getSOAPBody, getSOAPHeader, isFastInfoset, isLazySoapBodyParsing, isSoap1_1Content, isSoap1_2Content, removeAllAttachments, removeAttachments, saveChanges, saveRequired, setAction, setBaseType, setCharset, setContentDescription, setContentType, setIsFastInfoset, setLazyAttachments, setProperty, writeTocreateAttachmentPart, createAttachmentPartpublic Message1_2Impl()
public Message1_2Impl(SOAPMessage msg)
public Message1_2Impl(boolean isFastInfoset,
boolean acceptFastInfoset)
public Message1_2Impl(MimeHeaders headers, InputStream in) throws IOException, SOAPExceptionImpl
IOExceptionSOAPExceptionImplpublic Message1_2Impl(MimeHeaders headers, ContentType ct, int stat, InputStream in) throws SOAPExceptionImpl
SOAPExceptionImplpublic Message1_2Impl(MimeHeaders headers, ContentType ct, int stat, XMLStreamReader reader) throws SOAPExceptionImpl
SOAPExceptionImplpublic SOAPPart getSOAPPart()
SOAPMessageSOAPMessage object.
SOAPMessage object contains one or more attachments, the
SOAP Part must be the first MIME body part in the message.
getSOAPPart in class MessageImplSOAPPart object for this SOAPMessage
objectprotected boolean isCorrectSoapVersion(int contentTypeId)
isCorrectSoapVersion in class MessageImplprotected String getExpectedContentType()
getExpectedContentType in class MessageImplprotected String getExpectedAcceptHeader()
getExpectedAcceptHeader in class MessageImplCopyright © 2021 JBoss by Red Hat. All rights reserved.