Uses of Interface
com.sun.xml.ws.streaming.Attributes
-
Packages that use Attributes Package Description com.sun.xml.ws.streaming com.sun.xml.ws.transport.http -
-
Uses of Attributes in com.sun.xml.ws.streaming
Classes in com.sun.xml.ws.streaming that implement Attributes Modifier and Type Class Description static classXMLStreamReaderUtil.AttributesImplAttributesImpl class copied from old StAXReader.Methods in com.sun.xml.ws.streaming that return Attributes Modifier and Type Method Description static 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 Attributes Modifier and Type Method Description protected 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)
-