Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.XsdQNameType

Packages that use XsdQNameType
org.apache.cxf.jaxws.javaee   
 

Uses of XsdQNameType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as XsdQNameType
protected  XsdQNameType ServiceRefType.serviceQname
           
protected  XsdQNameType PortComponentType.wsdlPort
           
protected  XsdQNameType PortComponentType.wsdlService
           
 

Fields in org.apache.cxf.jaxws.javaee with type parameters of type XsdQNameType
protected  List<XsdQNameType> ServiceRefHandlerType.soapHeader
           
protected  List<XsdQNameType> PortComponentHandlerType.soapHeader
           
 

Methods in org.apache.cxf.jaxws.javaee 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 org.apache.cxf.jaxws.javaee 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 org.apache.cxf.jaxws.javaee 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.
 


Apache CXF API

Apache CXF