Package | Description |
---|---|
com.sun.tools.ws.processor.model | |
com.sun.tools.ws.wsdl.document.soap |
Modifier and Type | Method and Description |
---|---|
SOAPUse |
Operation.getUse() |
Modifier and Type | Method and Description |
---|---|
void |
Operation.setUse(SOAPUse u) |
Modifier and Type | Field and Description |
---|---|
static SOAPUse |
SOAPUse.ENCODED |
static SOAPUse |
SOAPUse.LITERAL |
Modifier and Type | Method and Description |
---|---|
SOAPUse |
SOAPHeaderFault.getUse() |
SOAPUse |
SOAPHeader.getUse() |
SOAPUse |
SOAPFault.getUse() |
SOAPUse |
SOAPBody.getUse() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderFault.setUse(SOAPUse u) |
void |
SOAPHeader.setUse(SOAPUse u) |
void |
SOAPFault.setUse(SOAPUse u) |
void |
SOAPBody.setUse(SOAPUse u) |
Copyright © 2018 Oracle Corporation. All rights reserved.