Uses of Class
org.objectweb.jonas_lib.deployment.xml.Qname

Packages that use Qname
org.objectweb.jonas_lib.deployment.xml   
org.objectweb.jonas_ws.deployment.xml   
 

Uses of Qname in org.objectweb.jonas_lib.deployment.xml
 

Methods in org.objectweb.jonas_lib.deployment.xml that return Qname
 Qname ServiceRef.getServiceQname()
           
 Qname JonasPortComponentRef.getWsdlPort()
           
 

Methods in org.objectweb.jonas_lib.deployment.xml with parameters of type Qname
 void Handler.addSoapHeader(Qname soapHeader)
          Add a new soap-header element to this object
 void ServiceRef.setServiceQname(Qname serviceQname)
          Sets the service-qname of the service-ref
 void JonasPortComponentRef.setWsdlPort(Qname wsdlPort)
          Sets the wsdl port QName of the jonas-port-component-ref
 

Uses of Qname in org.objectweb.jonas_ws.deployment.xml
 

Methods in org.objectweb.jonas_ws.deployment.xml that return Qname
 Qname JavaXmlTypeMapping.getAnonymousTypeQname()
           
 Qname JavaXmlTypeMapping.getRootTypeQname()
          Gets the root-type-qname
 Qname PortComponent.getWsdlPort()
          Gets the wsdl-port
 

Methods in org.objectweb.jonas_ws.deployment.xml with parameters of type Qname
 void JavaXmlTypeMapping.setAnonymousTypeQname(Qname anonymousTypeQname)
           
 void JavaXmlTypeMapping.setRootTypeQname(Qname rootTypeQname)
          Set the root-type-qname
 void PortComponent.setWsdlPort(Qname wsdlPort)
          Set the wsdl-port
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.