Class SOAP11FaultContextDecoratingErrorHandler

    • Field Detail

      • handledThrowable

        @Nonnull
        private Class<? extends Throwable> handledThrowable
        The handled type of Throwable.
      • faultCode

        @Nonnull
        private QName faultCode
        The fault code to emit.
      • faultString

        @Nonnull
        private String faultString
        The fault string to emit.
      • faultActor

        @Nullable
        private String faultActor
        The fault actor to emit.
      • wsAddressingActionURI

        @Nullable
        private String wsAddressingActionURI
        The WS-Addressing fault action URI to supply via the context.
    • Constructor Detail

      • SOAP11FaultContextDecoratingErrorHandler

        public SOAP11FaultContextDecoratingErrorHandler​(@Nonnull
                                                        Class<? extends Throwable> throwable,
                                                        @Nonnull
                                                        QName code,
                                                        @Nonnull
                                                        String message)
        Constructor.
        Parameters:
        throwable - the handled type of Throwable
        code - the fault code
        message - the fault string
      • SOAP11FaultContextDecoratingErrorHandler

        public SOAP11FaultContextDecoratingErrorHandler​(@Nonnull
                                                        Class<? extends Throwable> throwable,
                                                        @Nonnull
                                                        QName code,
                                                        @Nonnull
                                                        String message,
                                                        @Nullable
                                                        String actor,
                                                        @Nullable
                                                        String addressingActionURI)
        Constructor.
        Parameters:
        throwable - the handled type of Throwable
        code - the fault code
        message - the fault string
        actor - the fault actor
        addressingActionURI - the WS-Addressing action URI