Package com.helger.phase4.client
Class AbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>>
java.lang.Object
com.helger.phase4.client.AbstractAS4RawResponseConsumer<IMPLTYPE>
- Type Parameters:
IMPLTYPE- Implementation type of the derived class
- All Implemented Interfaces:
com.helger.commons.traits.IGenericImplTrait<IMPLTYPE>,IAS4RawResponseConsumer
- Direct Known Subclasses:
AS4RawResponseConsumerWriteToFile
public abstract class AbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>>
extends Object
implements IAS4RawResponseConsumer, com.helger.commons.traits.IGenericImplTrait<IMPLTYPE>
Abstract base implementation of
IAS4RawResponseConsumer to
provide basic customizability.- Since:
- 0.13.0
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal booleanfinal IMPLTYPEsetHandleHttpHeaders(boolean bHandleHttpHeaders) final IMPLTYPEsetHandleStatusLine(boolean bHandleStatusLine) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.phase4.client.IAS4RawResponseConsumer
and, handleResponseMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsT
-
Field Details
-
DEFAULT_HANDLE_STATUS_LINE
public static final boolean DEFAULT_HANDLE_STATUS_LINE- See Also:
-
DEFAULT_HANDLE_HTTP_HEADERS
public static final boolean DEFAULT_HANDLE_HTTP_HEADERS- See Also:
-
-
Constructor Details
-
AbstractAS4RawResponseConsumer
protected AbstractAS4RawResponseConsumer()
-
-
Method Details