Uses of Class
org.busdox.servicemetadata.locator._1.FaultType
-
Packages that use FaultType Package Description network.oxalis.peppol.busdox.ws.identifier network.oxalis.peppol.busdox.ws.metadata org.busdox.servicemetadata.locator._1 -
-
Uses of FaultType in network.oxalis.peppol.busdox.ws.identifier
Methods in network.oxalis.peppol.busdox.ws.identifier that return FaultType Modifier and Type Method Description FaultTypeBadRequestFault. getFaultInfo()FaultTypeInternalErrorFault. getFaultInfo()FaultTypeNotFoundFault. getFaultInfo()FaultTypeUnauthorizedFault. getFaultInfo()Constructors in network.oxalis.peppol.busdox.ws.identifier with parameters of type FaultType Constructor Description BadRequestFault(String message, FaultType faultInfo)BadRequestFault(String message, FaultType faultInfo, Throwable cause)InternalErrorFault(String message, FaultType faultInfo)InternalErrorFault(String message, FaultType faultInfo, Throwable cause)NotFoundFault(String message, FaultType faultInfo)NotFoundFault(String message, FaultType faultInfo, Throwable cause)UnauthorizedFault(String message, FaultType faultInfo)UnauthorizedFault(String message, FaultType faultInfo, Throwable cause) -
Uses of FaultType in network.oxalis.peppol.busdox.ws.metadata
Methods in network.oxalis.peppol.busdox.ws.metadata that return FaultType Modifier and Type Method Description FaultTypeBadRequestFault. getFaultInfo()FaultTypeInternalErrorFault. getFaultInfo()FaultTypeNotFoundFault. getFaultInfo()FaultTypeUnauthorizedFault. getFaultInfo()Constructors in network.oxalis.peppol.busdox.ws.metadata with parameters of type FaultType Constructor Description BadRequestFault(String message, FaultType faultInfo)BadRequestFault(String message, FaultType faultInfo, Throwable cause)InternalErrorFault(String message, FaultType faultInfo)InternalErrorFault(String message, FaultType faultInfo, Throwable cause)NotFoundFault(String message, FaultType faultInfo)NotFoundFault(String message, FaultType faultInfo, Throwable cause)UnauthorizedFault(String message, FaultType faultInfo)UnauthorizedFault(String message, FaultType faultInfo, Throwable cause) -
Uses of FaultType in org.busdox.servicemetadata.locator._1
Methods in org.busdox.servicemetadata.locator._1 that return FaultType Modifier and Type Method Description FaultTypeObjectFactory. createFaultType()Create an instance ofFaultTypeMethods in org.busdox.servicemetadata.locator._1 that return types with arguments of type FaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createBadRequestFault(FaultType value)javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createInternalErrorFault(FaultType value)javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createNotFoundFault(FaultType value)javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createUnauthorizedFault(FaultType value)Methods in org.busdox.servicemetadata.locator._1 with parameters of type FaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createBadRequestFault(FaultType value)javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createInternalErrorFault(FaultType value)javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createNotFoundFault(FaultType value)javax.xml.bind.JAXBElement<FaultType>ObjectFactory. createUnauthorizedFault(FaultType value)
-