Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisFaultType

Packages that use CmisFaultType
org.apache.chemistry.opencmis.commons.impl.jaxb   
 

Uses of CmisFaultType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisFaultType
 CmisFaultType ObjectFactory.createCmisFaultType()
          Create an instance of CmisFaultType
 CmisFaultType CmisException.getFaultInfo()
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisFaultType
 javax.xml.bind.JAXBElement<CmisFaultType> ObjectFactory.createCmisFault(CmisFaultType value)
          Create an instance of JAXBElement<CmisFaultType>}
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisFaultType
 javax.xml.bind.JAXBElement<CmisFaultType> ObjectFactory.createCmisFault(CmisFaultType value)
          Create an instance of JAXBElement<CmisFaultType>}
 

Constructors in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisFaultType
CmisException(java.lang.String message, CmisFaultType faultInfo)
           
CmisException(java.lang.String message, CmisFaultType faultInfo, java.lang.Throwable cause)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.