Package com.sun.xml.ws.encoding.xml
Class XMLMessage
java.lang.Object
com.sun.xml.ws.encoding.xml.XMLMessage
- Author:
- Jitendra Kotamraju
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceAccess aMessageas aDataSource.static classDon't know about this content.static final classData represented as a multi-part MIME message. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Messagecreate(jakarta.activation.DataSource ds, WSFeatureList f) static Messagestatic Messagecreate(String ct, InputStream in, WSFeatureList f) static Messagestatic jakarta.activation.DataSourcecreateDataSource(String contentType, InputStream is) static jakarta.activation.DataSourcegetDataSource(Message msg, WSFeatureList f) static intidentifyContentType(ContentType contentType) static booleanisFastInfoset(String ct) Return true if the content uses fast infoset.protected static booleanisFastInfosetType(String type) protected static booleanisFastInfosetType(String primary, String sub) protected static booleanprotected static boolean
-
Constructor Details
-
XMLMessage
public XMLMessage()
-
-
Method Details
-
create
-
create
-
create
-
create
-
isFastInfoset
Return true if the content uses fast infoset. -
identifyContentType
-
isXMLType
-
isXMLType
-
isFastInfosetType
-
isFastInfosetType
-
getDataSource
-
createDataSource
-