Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.XsdQNameType
-
Packages that use XsdQNameType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of XsdQNameType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as XsdQNameType Modifier and Type Field Description protected XsdQNameTypeServiceRefType. serviceQnameprotected XsdQNameTypePortComponentType. wsdlPortprotected XsdQNameTypePortComponentType. wsdlServiceFields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type XsdQNameType Modifier and Type Field Description protected List<XsdQNameType>HandlerType. soapHeaderMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return XsdQNameType Modifier and Type Method Description XsdQNameTypeObjectFactory. createXsdQNameType()Create an instance ofXsdQNameTypeXsdQNameTypeServiceRefType. getServiceQname()Gets the value of the serviceQname property.XsdQNameTypePortComponentType. getWsdlPort()Gets the value of the wsdlPort property.XsdQNameTypePortComponentType. getWsdlService()Gets the value of the wsdlService property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type XsdQNameType Modifier and Type Method Description List<XsdQNameType>HandlerType. getSoapHeader()Gets the value of the soapHeader property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type XsdQNameType Modifier and Type Method Description voidServiceRefType. setServiceQname(XsdQNameType value)Sets the value of the serviceQname property.voidPortComponentType. setWsdlPort(XsdQNameType value)Sets the value of the wsdlPort property.voidPortComponentType. setWsdlService(XsdQNameType value)Sets the value of the wsdlService property.
-