SoapFault.getFaultCodeString
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.apache.cxf.binding.soap.SoapFault.getFaultCodeString(Showing top 10 results out of 315)

origin: org.apache.cxf/cxf-rt-bindings-soap

public String getSubCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getRootSubCode());
}
origin: org.apache.cxf/cxf-bundle-minimal

public String getCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getFaultCode());
}

origin: org.apache.cxf/cxf-rt-bindings-soap

public String getCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getFaultCode());
}
origin: apache/cxf

public String getCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getFaultCode());
}
origin: org.apache.cxf/cxf-bundle

public String getCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getFaultCode());
}

origin: org.apache.cxf/cxf-rt-bindings-soap

public String getSubCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getRootSubCode());
}
origin: org.apache.cxf/cxf-rt-bindings-soap

public String getCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getFaultCode());
}
origin: apache/cxf

public String getSubCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getRootSubCode());
}
origin: org.apache.cxf/cxf-bundle

public String getSubCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getRootSubCode());
}

origin: org.apache.cxf/cxf-bundle-minimal

public String getSubCodeString(String prefix, String defaultPrefix) {
  return getFaultCodeString(prefix, defaultPrefix, getRootSubCode());
}

org.apache.cxf.binding.soapSoapFaultgetFaultCodeString

Popular methods of SoapFault

  • <init>
  • getFaultCode
  • setSubCode
    Sets the SubCode for the Fault Code. If there are more than one Subcode entries in this fault, the f
  • getMessage
  • getReason
  • setDetail
  • addSubCode
    Appends the SubCode to the SubCode list.
  • createFault
  • getCause
  • getDetail
  • getRole
    Returns the fault actor.
  • getSubCodes
    Returns the SubCode list for the Fault Code.
  • getRole,
  • getSubCodes,
  • hasDetails,
  • setRole,
  • getCodeString,
  • getLang,
  • getNamespaces,
  • getRootSubCode,
  • getSubCode

Popular classes and methods

  • getOriginalFilename (MultipartFile)
  • compareTo (BigDecimal)
    Compares this BigDecimal with val. Returns one of the three values 1, 0, or -1. The method behaves a
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • HashSet (java.util)
    This class implements the Set interface, backed by a java.util.HashMap.
  • List (java.util)
    A List is a collection which maintains an ordering for its elements. Every element in the List has a
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • TimerTask (java.util)
    A task that can be scheduled for one-time or repeated execution by a Timer.
  • Pattern (java.util.regex)
    Emulation of the Pattern class, uses RegExp as internal implementation.
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)