Uses of Class
org.glassfish.grizzly.servlet.ver30.XsdQNameType

Packages that use XsdQNameType
org.glassfish.grizzly.servlet.ver30   
 

Uses of XsdQNameType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 declared as XsdQNameType
protected  XsdQNameType ServiceRefType.serviceQname
           
 

Fields in org.glassfish.grizzly.servlet.ver30 with type parameters of type XsdQNameType
protected  java.util.List<XsdQNameType> HandlerType.soapHeader
           
 

Methods in org.glassfish.grizzly.servlet.ver30 that return XsdQNameType
 XsdQNameType ObjectFactory.createXsdQNameType()
          Create an instance of XsdQNameType
 XsdQNameType ServiceRefType.getServiceQname()
          Gets the value of the serviceQname property.
 

Methods in org.glassfish.grizzly.servlet.ver30 that return types with arguments of type XsdQNameType
 java.util.List<XsdQNameType> HandlerType.getSoapHeader()
          Gets the value of the soapHeader property.
 

Methods in org.glassfish.grizzly.servlet.ver30 with parameters of type XsdQNameType
 void ServiceRefType.setServiceQname(XsdQNameType value)
          Sets the value of the serviceQname property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.