Uses of Class
com.sun.xml.rpc.wsdl.document.soap.SOAPUse
-
Packages that use SOAPUse Package Description com.sun.xml.rpc.processor.model com.sun.xml.rpc.wsdl.document.soap -
-
Uses of SOAPUse in com.sun.xml.rpc.processor.model
Methods in com.sun.xml.rpc.processor.model that return SOAPUse Modifier and Type Method Description SOAPUseOperation. getUse()Methods in com.sun.xml.rpc.processor.model with parameters of type SOAPUse Modifier and Type Method Description voidOperation. setUse(SOAPUse u) -
Uses of SOAPUse in com.sun.xml.rpc.wsdl.document.soap
Fields in com.sun.xml.rpc.wsdl.document.soap declared as SOAPUse Modifier and Type Field Description static SOAPUseSOAPUse. ENCODEDstatic SOAPUseSOAPUse. LITERALMethods in com.sun.xml.rpc.wsdl.document.soap that return SOAPUse Modifier and Type Method Description SOAPUseSOAPBody. getUse()SOAPUseSOAPFault. getUse()SOAPUseSOAPHeader. getUse()SOAPUseSOAPHeaderFault. getUse()Methods in com.sun.xml.rpc.wsdl.document.soap with parameters of type SOAPUse Modifier and Type Method Description voidSOAPBody. setUse(SOAPUse u)voidSOAPFault. setUse(SOAPUse u)voidSOAPHeader. setUse(SOAPUse u)voidSOAPHeaderFault. setUse(SOAPUse u)
-