Uses of Class
com.sun.xml.ws.xmlfilter.XmlStreamWriterMethodType
-
Packages that use XmlStreamWriterMethodType Package Description com.sun.xml.ws.xmlfilter -
-
Uses of XmlStreamWriterMethodType in com.sun.xml.ws.xmlfilter
Methods in com.sun.xml.ws.xmlfilter that return XmlStreamWriterMethodType Modifier and Type Method Description XmlStreamWriterMethodTypeInvocation. getMethodType()Returns information about the type of the method represented by thisInvocationinstancestatic XmlStreamWriterMethodTypeXmlStreamWriterMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlStreamWriterMethodType[]XmlStreamWriterMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-