Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.wsdl.parser |
Extension point for WSDL parsing.
|
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.policy.jaxws | |
com.sun.xml.ws.wsdl.parser |
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 | Method and Description |
---|---|
void |
WSDLParserExtension.portTypeOperationFaultAttributes(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.portTypeOperationFaultElements(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLFaultImpl |
Modifier and Type | Method and Description |
---|---|
WSDLFault |
WSDLBoundFaultImpl.getFault() |
WSDLFault |
WSDLOperationImpl.getFault(QName faultDetailName) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.portTypeOperationFaultAttributes(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.portTypeOperationFaultElements(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtensionFacade.portTypeOperationFaultAttributes(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
void |
W3CAddressingWSDLParserExtension.portTypeOperationFaultAttributes(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
void |
DelegatingParserExtension.portTypeOperationFaultAttributes(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtensionFacade.portTypeOperationFaultElements(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
boolean |
FoolProofParserExtension.portTypeOperationFaultElements(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
boolean |
DelegatingParserExtension.portTypeOperationFaultElements(WSDLFault fault,
javax.xml.stream.XMLStreamReader reader) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.