Uses of Class
com.sun.grizzly.http.webxml.schema.version_3_0.XsdQNameType

Packages that use XsdQNameType
com.sun.grizzly.http.webxml.schema.version_3_0   
 

Uses of XsdQNameType in com.sun.grizzly.http.webxml.schema.version_3_0
 

Fields in com.sun.grizzly.http.webxml.schema.version_3_0 declared as XsdQNameType
protected  XsdQNameType ServiceRefType.serviceQname
           
protected  XsdQNameType PortComponentType.wsdlPort
           
protected  XsdQNameType PortComponentType.wsdlService
           
 

Fields in com.sun.grizzly.http.webxml.schema.version_3_0 with type parameters of type XsdQNameType
protected  List<XsdQNameType> ServiceRefHandlerType.soapHeader
           
protected  List<XsdQNameType> PortComponentHandlerType.soapHeader
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 that return XsdQNameType
 XsdQNameType ObjectFactory.createXsdQNameType()
          Create an instance of XsdQNameType
 XsdQNameType ServiceRefType.getServiceQname()
          Gets the value of the serviceQname property.
 XsdQNameType PortComponentType.getWsdlPort()
          Gets the value of the wsdlPort property.
 XsdQNameType PortComponentType.getWsdlService()
          Gets the value of the wsdlService property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 that return types with arguments of type XsdQNameType
 List<XsdQNameType> ServiceRefHandlerType.getSoapHeader()
          Gets the value of the soapHeader property.
 List<XsdQNameType> PortComponentHandlerType.getSoapHeader()
          Gets the value of the soapHeader property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 with parameters of type XsdQNameType
 void ServiceRefType.setServiceQname(XsdQNameType value)
          Sets the value of the serviceQname property.
 void PortComponentType.setWsdlPort(XsdQNameType value)
          Sets the value of the wsdlPort property.
 void PortComponentType.setWsdlService(XsdQNameType value)
          Sets the value of the wsdlService property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.