Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.api.wsdl.parser |
Extension point for WSDL parsing.
|
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.policy.jaxws |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends EditableWSDLBoundFault> |
EditableWSDLBoundOperation.getFaults() |
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLBoundOperation.addFault(EditableWSDLBoundFault fault)
Add Fault
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.bindingOperationFaultAttributes(EditableWSDLBoundFault fault,
XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingOperationFaultElements(EditableWSDLBoundFault fault,
XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundFaultImpl |
Modifier and Type | Method and Description |
---|---|
List<? extends EditableWSDLBoundFault> |
WSDLBoundOperationImpl.getFaults() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLBoundOperationImpl.addFault(EditableWSDLBoundFault fault) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.bindingOperationFaultAttributes(EditableWSDLBoundFault fault,
XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingOperationFaultElements(EditableWSDLBoundFault fault,
XMLStreamReader reader) |
Copyright © 2015 Oracle Corporation. All rights reserved.