Uses of Class
com.sun.tools.ws.wsdl.document.jaxws.CustomName

Packages that use CustomName
com.sun.tools.ws.wsdl.document.jaxws   
 

Uses of CustomName in com.sun.tools.ws.wsdl.document.jaxws
 

Methods in com.sun.tools.ws.wsdl.document.jaxws that return CustomName
 CustomName JAXWSBinding.getClassName()
           
 CustomName Exception.getClassName()
           
 CustomName JAXWSBinding.getJaxwsPackage()
           
 CustomName JAXWSBinding.getMethodName()
           
 

Methods in com.sun.tools.ws.wsdl.document.jaxws with parameters of type CustomName
 void JAXWSBinding.setClassName(CustomName className)
           
 void Exception.setClassName(CustomName className)
           
 void JAXWSBinding.setJaxwsPackage(CustomName jaxwsPackage)
           
 void JAXWSBinding.setMethodName(CustomName methodName)
           
 

Constructors in com.sun.tools.ws.wsdl.document.jaxws with parameters of type CustomName
Exception(CustomName name)