Uses of Class
org.apache.cxf.testutils.locator.EndpointNotExistFaultException

Packages that use EndpointNotExistFaultException
org.apache.cxf.testutils.locator   
 

Uses of EndpointNotExistFaultException in org.apache.cxf.testutils.locator
 

Methods in org.apache.cxf.testutils.locator that return EndpointNotExistFaultException
 EndpointNotExistFaultException ObjectFactory.createEndpointNotExistFaultException()
          Create an instance of EndpointNotExistFaultException
 EndpointNotExistFaultException EndpointNotExistFault.getFaultInfo()
           
 

Methods in org.apache.cxf.testutils.locator that return types with arguments of type EndpointNotExistFaultException
 javax.xml.bind.JAXBElement<EndpointNotExistFaultException> ObjectFactory.createEndpointNotExistFault(EndpointNotExistFaultException value)
          Create an instance of JAXBElement<EndpointNotExistFaultException>}
 

Methods in org.apache.cxf.testutils.locator with parameters of type EndpointNotExistFaultException
 javax.xml.bind.JAXBElement<EndpointNotExistFaultException> ObjectFactory.createEndpointNotExistFault(EndpointNotExistFaultException value)
          Create an instance of JAXBElement<EndpointNotExistFaultException>}
 

Constructors in org.apache.cxf.testutils.locator with parameters of type EndpointNotExistFaultException
EndpointNotExistFault(java.lang.String message, EndpointNotExistFaultException endpointNotExistFault)
           
EndpointNotExistFault(java.lang.String message, EndpointNotExistFaultException endpointNotExistFault, java.lang.Throwable cause)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.