Uses of Class
org.apache.openejb.jee.was.v6.common.QName
-
Packages that use QName Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.wsclient Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of QName in org.apache.openejb.jee.was.v6.common
Methods in org.apache.openejb.jee.was.v6.common that return QName Modifier and Type Method Description QNameObjectFactory. createQName()Create an instance ofQNameMethods in org.apache.openejb.jee.was.v6.common that return types with arguments of type QName Modifier and Type Method Description jakarta.xml.bind.JAXBElement<QName>ObjectFactory. createQName(QName value)Methods in org.apache.openejb.jee.was.v6.common with parameters of type QName Modifier and Type Method Description jakarta.xml.bind.JAXBElement<QName>ObjectFactory. createQName(QName value) -
Uses of QName in org.apache.openejb.jee.was.v6.wsclient
Fields in org.apache.openejb.jee.was.v6.wsclient with type parameters of type QName Modifier and Type Field Description protected List<QName>ServiceRef. serviceQnamesprotected List<QName>Handler. soapHeadersMethods in org.apache.openejb.jee.was.v6.wsclient that return types with arguments of type QName Modifier and Type Method Description List<QName>ServiceRef. getServiceQnames()Gets the value of the serviceQnames property.List<QName>Handler. getSoapHeaders()Gets the value of the soapHeaders property.
-