Uses of Class
com.sun.xml.rpc.wsdl.document.soap.SOAPStyle
-
Packages that use SOAPStyle Package Description com.sun.xml.rpc.processor.model com.sun.xml.rpc.wsdl.document.soap -
-
Uses of SOAPStyle in com.sun.xml.rpc.processor.model
Methods in com.sun.xml.rpc.processor.model that return SOAPStyle Modifier and Type Method Description SOAPStyleOperation. getStyle()Methods in com.sun.xml.rpc.processor.model with parameters of type SOAPStyle Modifier and Type Method Description voidOperation. setStyle(SOAPStyle s) -
Uses of SOAPStyle in com.sun.xml.rpc.wsdl.document.soap
Fields in com.sun.xml.rpc.wsdl.document.soap declared as SOAPStyle Modifier and Type Field Description static SOAPStyleSOAPStyle. DOCUMENTstatic SOAPStyleSOAPStyle. RPCMethods in com.sun.xml.rpc.wsdl.document.soap that return SOAPStyle Modifier and Type Method Description SOAPStyleSOAPBinding. getStyle()SOAPStyleSOAPOperation. getStyle()Methods in com.sun.xml.rpc.wsdl.document.soap with parameters of type SOAPStyle Modifier and Type Method Description voidSOAPBinding. setStyle(SOAPStyle s)voidSOAPOperation. setStyle(SOAPStyle s)
-