Uses of Interface
com.sun.xml.ws.streaming.Attributes
Packages that use Attributes
-
Uses of Attributes in com.sun.xml.ws.streaming
Classes in com.sun.xml.ws.streaming that implement AttributesModifier and TypeClassDescriptionstatic classAttributesImpl class copied from old StAXReader.Methods in com.sun.xml.ws.streaming that return AttributesModifier and TypeMethodDescriptionstatic AttributesXMLStreamReaderUtil.getAttributes(XMLStreamReader reader) Read all attributes into an data structure. -
Uses of Attributes in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with parameters of type AttributesModifier and TypeMethodDescriptionprotected StringDeploymentDescriptorParser.getAttribute(Attributes attrs, String name) protected StringDeploymentDescriptorParser.getMandatoryAttribute(XMLStreamReader reader, Attributes attrs, String name) protected StringDeploymentDescriptorParser.getMandatoryNonEmptyAttribute(XMLStreamReader reader, Attributes attributes, String name) protected StringDeploymentDescriptorParser.getNonEmptyAttribute(XMLStreamReader reader, Attributes attrs, String name) protected QNameDeploymentDescriptorParser.getQNameAttribute(Attributes attrs, String name)