| java.lang.Object com.sun.xml.ws.policy.jaxws.WSDLBoundFaultContainer
WSDLBoundFaultContainer | class WSDLBoundFaultContainer implements WSDLObject(Code) | | We need data from the WSDL operation that the default WSDLBoundFault does not
give us. This class holds all the necessary data.
author: Fabian Ritzmann |
WSDLBoundFaultContainer | public WSDLBoundFaultContainer(WSDLBoundFault fault, WSDLBoundOperation operation)(Code) | | |
getBoundFault | public WSDLBoundFault getBoundFault()(Code) | | |
getBoundOperation | public WSDLBoundOperation getBoundOperation()(Code) | | |
|
|