Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLFault |
WSDLBoundFault.getFault()
Gives the associated abstract fault from
wsdl:portType/wsdl:operation/wsdl:fault.
|
WSDLFault |
WSDLOperation.getFault(QName faultDetailName)
Gives
WSDLFault for the given soap fault detail value. |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends WSDLFault> |
WSDLOperation.getFaults()
Gets the
WSDLFault corresponding to wsdl:fault of this operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLFault |
Modifier and Type | Class and Description |
---|---|
class |
WSDLFaultImpl |
Copyright © 2015 Oracle Corporation. All rights reserved.