Class AbstractSoapFaultException

    • Constructor Detail

      • AbstractSoapFaultException

        protected AbstractSoapFaultException​(String exceptionMessage,
                                             String faultReasonText,
                                             boolean mustTryToDeliver,
                                             Throwable cause)
      • AbstractSoapFaultException

        protected AbstractSoapFaultException​(String exceptionMessage,
                                             String faultReasonText,
                                             boolean mustTryToDeliver)
    • Method Detail

      • getReason

        public final String getReason()
      • getDetail

        public abstract jakarta.xml.soap.Detail getDetail​(RuntimeContext rc)
      • mustTryToDeliver

        public boolean mustTryToDeliver()
      • toRequest

        public com.sun.xml.ws.api.message.Packet toRequest​(RuntimeContext rc)
      • toResponse

        public com.sun.xml.ws.api.message.Packet toResponse​(RuntimeContext rc,
                                                            com.sun.xml.ws.api.message.Packet request)
      • createSoapFaultMessage

        protected final com.sun.xml.ws.api.message.Message createSoapFaultMessage​(RuntimeContext rc,
                                                                                  boolean attachSequenceFaultElement)
      • getProperFaultActionForAddressingVersion

        protected static String getProperFaultActionForAddressingVersion​(RmRuntimeVersion rmVersion,
                                                                         com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion)
        TODO javadoc
        Returns: