com.sun.xml.ws.policy.jaxws
Class WSDLBoundFaultContainer
java.lang.Object
com.sun.xml.ws.policy.jaxws.WSDLBoundFaultContainer
- All Implemented Interfaces:
- WSDLObject
class WSDLBoundFaultContainer
- extends Object
- implements WSDLObject
We need data from the WSDL operation that the default WSDLBoundFault does not
give us. This class holds all the necessary data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLBoundFaultContainer
public WSDLBoundFaultContainer(WSDLBoundFault fault,
WSDLBoundOperation operation)
getLocation
public Locator getLocation()
- Description copied from interface:
WSDLObject
- Gets the source location information in the parsed WSDL.
This is useful when producing error messages.
- Specified by:
getLocation
in interface WSDLObject
getBoundFault
public WSDLBoundFault getBoundFault()
getBoundOperation
public WSDLBoundOperation getBoundOperation()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.