Package | Description |
---|---|
com.sun.tools.ws.processor.model | |
com.sun.tools.ws.processor.modeler.annotation | |
com.sun.tools.ws.wsdl.document.soap |
Modifier and Type | Method and Description |
---|---|
SOAPStyle |
Operation.getStyle() |
SOAPStyle |
Port.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
Operation.setStyle(SOAPStyle s) |
void |
Port.setStyle(SOAPStyle s) |
Modifier and Type | Field and Description |
---|---|
protected SOAPStyle |
WebServiceVisitor.soapStyle |
Modifier and Type | Method and Description |
---|---|
static boolean |
WebServiceVisitor.sameStyle(SOAPBinding.Style style,
SOAPStyle soapStyle) |
Modifier and Type | Field and Description |
---|---|
static SOAPStyle |
SOAPStyle.DOCUMENT |
static SOAPStyle |
SOAPStyle.RPC |
Modifier and Type | Method and Description |
---|---|
SOAPStyle |
SOAPOperation.getStyle() |
SOAPStyle |
SOAPBinding.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPOperation.setStyle(SOAPStyle s) |
void |
SOAPBinding.setStyle(SOAPStyle s) |
Copyright © 2017 Oracle Corporation. All rights reserved.