Uses of Interface
com.sun.xml.ws.streaming.Attributes

Packages that use Attributes
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
static class XMLStreamReaderUtil.AttributesImpl
          AttributesImpl class copied from old StAXReader.
 

Methods in com.sun.xml.ws.streaming that return Attributes
static Attributes XMLStreamReaderUtil.getAttributes(javax.xml.stream.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
protected  String DeploymentDescriptorParser.getAttribute(Attributes attrs, String name)
           
protected  String DeploymentDescriptorParser.getMandatoryAttribute(javax.xml.stream.XMLStreamReader reader, Attributes attrs, String name)
           
protected  String DeploymentDescriptorParser.getMandatoryNonEmptyAttribute(javax.xml.stream.XMLStreamReader reader, Attributes attributes, String name)
           
protected  String DeploymentDescriptorParser.getNonEmptyAttribute(javax.xml.stream.XMLStreamReader reader, Attributes attrs, String name)
           
protected  QName DeploymentDescriptorParser.getQNameAttribute(Attributes attrs, String name)