Uses of Class
com.sun.tools.ws.wsdl.document.soap.SOAPStyle
-
Packages that use SOAPStyle Package Description com.sun.tools.ws.processor.model com.sun.tools.ws.processor.modeler.annotation com.sun.tools.ws.wsdl.document.soap -
-
Uses of SOAPStyle in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return SOAPStyle Modifier and Type Method Description SOAPStyleOperation. getStyle()SOAPStylePort. getStyle()Methods in com.sun.tools.ws.processor.model with parameters of type SOAPStyle Modifier and Type Method Description voidOperation. setStyle(SOAPStyle s)voidPort. setStyle(SOAPStyle s) -
Uses of SOAPStyle in com.sun.tools.ws.processor.modeler.annotation
Fields in com.sun.tools.ws.processor.modeler.annotation declared as SOAPStyle Modifier and Type Field Description protected SOAPStyleWebServiceVisitor. soapStyleMethods in com.sun.tools.ws.processor.modeler.annotation with parameters of type SOAPStyle Modifier and Type Method Description static booleanWebServiceVisitor. sameStyle(javax.jws.soap.SOAPBinding.Style style, SOAPStyle soapStyle) -
Uses of SOAPStyle in com.sun.tools.ws.wsdl.document.soap
Fields in com.sun.tools.ws.wsdl.document.soap declared as SOAPStyle Modifier and Type Field Description static SOAPStyleSOAPStyle. DOCUMENTstatic SOAPStyleSOAPStyle. RPCMethods in com.sun.tools.ws.wsdl.document.soap that return SOAPStyle Modifier and Type Method Description SOAPStyleSOAPBinding. getStyle()SOAPStyleSOAPOperation. getStyle()Methods in com.sun.tools.ws.wsdl.document.soap with parameters of type SOAPStyle Modifier and Type Method Description voidSOAPBinding. setStyle(SOAPStyle s)voidSOAPOperation. setStyle(SOAPStyle s)
-