Uses of Interface
com.sun.tools.ws.wsdl.framework.QNameAction

Packages that use QNameAction
com.sun.tools.ws.wsdl.document   
com.sun.tools.ws.wsdl.document.soap   
com.sun.tools.ws.wsdl.framework   
 

Uses of QNameAction in com.sun.tools.ws.wsdl.document
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type QNameAction
 void Input.withAllQNamesDo(QNameAction action)
           
 void Fault.withAllQNamesDo(QNameAction action)
           
 void Binding.withAllQNamesDo(QNameAction action)
           
 void Output.withAllQNamesDo(QNameAction action)
           
 void MessagePart.withAllQNamesDo(QNameAction action)
           
 void Port.withAllQNamesDo(QNameAction action)
           
 

Uses of QNameAction in com.sun.tools.ws.wsdl.document.soap
 

Methods in com.sun.tools.ws.wsdl.document.soap with parameters of type QNameAction
 void SOAPHeaderFault.withAllQNamesDo(QNameAction action)
           
 void SOAPHeader.withAllQNamesDo(QNameAction action)
           
 

Uses of QNameAction in com.sun.tools.ws.wsdl.framework
 

Methods in com.sun.tools.ws.wsdl.framework with parameters of type QNameAction
 void Entity.withAllQNamesDo(QNameAction action)