com.sun.xml.ws.encoding.xml
Class XMLMessage
java.lang.Object
com.sun.xml.ws.encoding.xml.XMLMessage
public final class XMLMessage
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLMessage
public XMLMessage()
create
public static Message create(String ct,
InputStream in,
WSFeatureList f)
create
public static Message create(Source source)
create
public static Message create(javax.activation.DataSource ds,
WSFeatureList f)
create
public static Message create(Exception e)
isFastInfoset
public static boolean isFastInfoset(String ct)
- Return true if the content uses fast infoset.
identifyContentType
public static int identifyContentType(ContentType contentType)
isXMLType
protected static boolean isXMLType(@NotNull
String primary,
@NotNull
String sub)
isXMLType
protected static boolean isXMLType(String type)
isFastInfosetType
protected static boolean isFastInfosetType(String primary,
String sub)
isFastInfosetType
protected static boolean isFastInfosetType(String type)
getDataSource
public static javax.activation.DataSource getDataSource(Message msg,
WSFeatureList f)
createDataSource
public static javax.activation.DataSource createDataSource(String contentType,
InputStream is)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.