public class SoapServiceFault extends Object
| Constructor and Description |
|---|
SoapServiceFault() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.cxf.binding.soap.SoapFault |
createFault()
Create SOAP fault without detail.
|
static org.apache.cxf.binding.soap.SoapFault |
createFault(Node detail)
Create SOAP fault with detail.
|
static org.apache.cxf.binding.soap.SoapFault |
createFault(Object detail)
Create SOAP fault with detail.
|
static <T> org.apache.cxf.binding.soap.SoapFault |
createFault(Object detail,
QName qname) |
static org.apache.cxf.binding.soap.SoapFault |
createFault(String detail)
Create SOAP fault with detail.
|
protected static Marshaller |
getMarshaller(JAXBContext context,
boolean fragment) |
public static org.apache.cxf.binding.soap.SoapFault createFault()
public static org.apache.cxf.binding.soap.SoapFault createFault(Node detail)
detail - fault detailpublic static org.apache.cxf.binding.soap.SoapFault createFault(String detail)
detail - XML string fault detailpublic static org.apache.cxf.binding.soap.SoapFault createFault(Object detail)
detail - JAXB-serializable detailpublic static <T> org.apache.cxf.binding.soap.SoapFault createFault(Object detail, QName qname)
protected static Marshaller getMarshaller(JAXBContext context, boolean fragment) throws JAXBException
JAXBExceptionCopyright © 2023. All rights reserved.