Class BatchOfflineHTTPConduit

java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.http.HTTPConduit
org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
All Implemented Interfaces:
PropertyChangeListener, EventListener, Configurable, Assertor, Conduit, Observable

public class BatchOfflineHTTPConduit extends org.apache.cxf.transport.http.HTTPConduit
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.cxf.transport.http.HTTPConduit

    org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver, org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
  • Field Summary

    Fields inherited from class org.apache.cxf.transport.http.HTTPConduit

    authorizationPolicy, authSupplier, bus, certConstraints, clientSidePolicy, cookies, defaultAddress, endpointInfo, FORCE_HTTP_VERSION, fromEndpointReferenceType, HTTP_RESPONSE_MESSAGE, HTTP_VERSION, KEY_HTTP_CONNECTION, KEY_HTTP_CONNECTION_ADDRESS, KNOWN_HTTP_VERBS_WITH_NO_CONTENT, LOG, NO_IO_EXCEPTIONS, PROCESS_FAULT_ON_HTTP_400, proxyAuthorizationPolicy, proxyAuthSupplier, proxyFactory, SERVICE_NOT_AVAILABLE_ON_HTTP_STATUS_CODES, SET_HTTP_RESPONSE_MESSAGE, tlsClientParameters, trustDecider

    Fields inherited from class org.apache.cxf.transport.AbstractConduit

    target

    Fields inherited from class org.apache.cxf.transport.AbstractObservable

    incomingObserver
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    protected OutputStream
    createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)
     
    org.apache.cxf.transports.http.configuration.HTTPClientPolicy
    getClient(Message message)
     
     
    protected void
    setupConnection(Message message, org.apache.cxf.transport.http.Address address, org.apache.cxf.transports.http.configuration.HTTPClientPolicy csPolicy)
     

    Methods inherited from class org.apache.cxf.transport.http.HTTPConduit

    assertMessage, canAssert, close, close, determineConnectionTimeout, determineReceiveTimeout, extractLocation, finalizeConfig, getAddress, getAuthorization, getAuthSupplier, getBeanName, getClient, getConduitName, getCookies, getEffectiveAuthPolicy, getLogger, getProxyAuthorization, getProxyAuthSupplier, getTlsClientParameters, getTrustDecider, getURI, isChunkingSupported, logStackTrace, prepare, propertyChange, setAuthorization, setAuthSupplier, setClient, setHeadersByAuthorizationPolicy, setProxyAuthorization, setProxyAuthSupplier, setTlsClientParameters, setTrustDecider

    Methods inherited from class org.apache.cxf.transport.AbstractConduit

    getTarget, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.cxf.transport.Observable

    getMessageObserver, setMessageObserver
  • Constructor Details

  • Method Details

    • setupConnection

      protected void setupConnection(Message message, org.apache.cxf.transport.http.Address address, org.apache.cxf.transports.http.configuration.HTTPClientPolicy csPolicy)
      Specified by:
      setupConnection in class org.apache.cxf.transport.http.HTTPConduit
    • getClient

      public org.apache.cxf.transports.http.configuration.HTTPClientPolicy getClient(Message message)
      Overrides:
      getClient in class org.apache.cxf.transport.http.HTTPConduit
    • createOutputStream

      protected OutputStream createOutputStream(Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold)
      Specified by:
      createOutputStream in class org.apache.cxf.transport.http.HTTPConduit
    • getOutputStream

      public ByteArrayOutputStream getOutputStream()