com.sun.xml.ws.policy.jaxws
Class WSDLBoundFaultContainer

java.lang.Object
  extended by 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.


Constructor Summary
WSDLBoundFaultContainer(WSDLBoundFault fault, WSDLBoundOperation operation)
           
 
Method Summary
 WSDLBoundFault getBoundFault()
           
 WSDLBoundOperation getBoundOperation()
           
 Locator getLocation()
          Gets the source location information in the parsed WSDL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLBoundFaultContainer

public WSDLBoundFaultContainer(WSDLBoundFault fault,
                               WSDLBoundOperation operation)
Method Detail

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.