Uses of Class
com.sun.tools.ws.wsdl.document.soap.SOAPBinding
-
Packages that use SOAPBinding Package Description com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.wsdl.document.soap com.sun.tools.ws.wsdl.parser -
-
Uses of SOAPBinding in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as SOAPBinding Modifier and Type Field Description SOAPBindingWSDLModelerBase.ProcessSOAPOperationInfo. soapBindingConstructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type SOAPBinding Constructor Description ProcessSOAPOperationInfo(Port modelPort, Port port, Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document, boolean hasOverloadedOperations, Map headers) -
Uses of SOAPBinding in com.sun.tools.ws.wsdl.document.soap
Subclasses of SOAPBinding in com.sun.tools.ws.wsdl.document.soap Modifier and Type Class Description classSOAP12Binding -
Uses of SOAPBinding in com.sun.tools.ws.wsdl.parser
Methods in com.sun.tools.ws.wsdl.parser that return SOAPBinding Modifier and Type Method Description protected SOAPBindingSOAP12ExtensionHandler. getSOAPBinding(Locator location)protected SOAPBindingSOAPExtensionHandler. getSOAPBinding(Locator location)
-