public class Message1_1Impl extends MessageImpl implements javax.xml.soap.SOAPConstants
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
acceptFastInfoset, attachments, attachmentsInitialized, CONTENT_ID, CONTENT_LOCATION, contentType, FI_ENCODED_FLAG, headers, isFastInfoset, LAZY_SOAP_BODY_PARSING, 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_1Impl() |
Message1_1Impl(boolean isFastInfoset,
boolean acceptFastInfoset) |
Message1_1Impl(javax.xml.soap.MimeHeaders headers,
ContentType ct,
int stat,
java.io.InputStream in) |
Message1_1Impl(javax.xml.soap.MimeHeaders headers,
ContentType ct,
int stat,
javax.xml.stream.XMLStreamReader reader) |
Message1_1Impl(javax.xml.soap.MimeHeaders headers,
java.io.InputStream in) |
Message1_1Impl(javax.xml.soap.SOAPMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
java.lang.String |
getCharset() |
protected java.lang.String |
getExpectedAcceptHeader() |
protected java.lang.String |
getExpectedContentType() |
javax.xml.soap.SOAPPart |
getSOAPPart() |
protected boolean |
isCorrectSoapVersion(int contentTypeId) |
void |
setAction(java.lang.String type) |
void |
setCharset(java.lang.String charset) |
acceptFastInfoset, addAttachmentPart, countAttachments, createAttachmentPart, getAttachment, getAttachments, getAttachments, getBaseType, getContentDescription, getContentType, getMimeHeaders, getProperty, getSOAPBody, getSOAPHeader, isFastInfoset, isLazySoapBodyParsing, isSoap1_1Content, isSoap1_2Content, removeAllAttachments, removeAttachments, saveChanges, saveRequired, setBaseType, setContentDescription, setContentType, setIsFastInfoset, setLazyAttachments, setProperty, writeTopublic Message1_1Impl()
public Message1_1Impl(boolean isFastInfoset,
boolean acceptFastInfoset)
public Message1_1Impl(javax.xml.soap.SOAPMessage msg)
public Message1_1Impl(javax.xml.soap.MimeHeaders headers,
java.io.InputStream in)
throws java.io.IOException,
SOAPExceptionImpl
java.io.IOExceptionSOAPExceptionImplpublic Message1_1Impl(javax.xml.soap.MimeHeaders headers,
ContentType ct,
int stat,
java.io.InputStream in)
throws SOAPExceptionImpl
SOAPExceptionImplpublic Message1_1Impl(javax.xml.soap.MimeHeaders headers,
ContentType ct,
int stat,
javax.xml.stream.XMLStreamReader reader)
throws SOAPExceptionImpl
SOAPExceptionImplpublic javax.xml.soap.SOAPPart getSOAPPart()
getSOAPPart in class MessageImplprotected boolean isCorrectSoapVersion(int contentTypeId)
isCorrectSoapVersion in class MessageImplpublic java.lang.String getAction()
getAction in class MessageImplpublic void setAction(java.lang.String type)
setAction in class MessageImplpublic java.lang.String getCharset()
getCharset in class MessageImplpublic void setCharset(java.lang.String charset)
setCharset in class MessageImplprotected java.lang.String getExpectedContentType()
getExpectedContentType in class MessageImplprotected java.lang.String getExpectedAcceptHeader()
getExpectedAcceptHeader in class MessageImplCopyright © 2013 Oracle. All Rights Reserved.