public class BatchOfflineHTTPConduit
extends org.apache.cxf.transport.http.HTTPConduit
authorizationPolicy, authSupplier, bus, certConstraints, clientSidePolicy, cookies, defaultAddress, endpointInfo, fromEndpointReferenceType, HTTP_RESPONSE_MESSAGE, KEY_HTTP_CONNECTION, KEY_HTTP_CONNECTION_ADDRESS, LOG, NO_IO_EXCEPTIONS, PROCESS_FAULT_ON_HTTP_400, proxyAuthorizationPolicy, proxyAuthSupplier, proxyFactory, SET_HTTP_RESPONSE_MESSAGE, tlsClientParameters, trustDecider
Constructor and Description |
---|
BatchOfflineHTTPConduit(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo ei) |
BatchOfflineHTTPConduit(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType t) |
Modifier and Type | Method and Description |
---|---|
protected OutputStream |
createOutputStream(org.apache.cxf.message.Message message,
boolean needToCacheRequest,
boolean isChunking,
int chunkThreshold) |
org.apache.cxf.transports.http.configuration.HTTPClientPolicy |
getClient(org.apache.cxf.message.Message message) |
ByteArrayOutputStream |
getOutputStream() |
protected void |
setupConnection(org.apache.cxf.message.Message message,
org.apache.cxf.transport.http.Address address,
org.apache.cxf.transports.http.configuration.HTTPClientPolicy csPolicy) |
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
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
public BatchOfflineHTTPConduit(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo ei) throws IOException
IOException
public BatchOfflineHTTPConduit(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t) throws IOException
IOException
protected void setupConnection(org.apache.cxf.message.Message message, org.apache.cxf.transport.http.Address address, org.apache.cxf.transports.http.configuration.HTTPClientPolicy csPolicy) throws IOException
setupConnection
in class org.apache.cxf.transport.http.HTTPConduit
IOException
public org.apache.cxf.transports.http.configuration.HTTPClientPolicy getClient(org.apache.cxf.message.Message message)
getClient
in class org.apache.cxf.transport.http.HTTPConduit
protected OutputStream createOutputStream(org.apache.cxf.message.Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold) throws IOException
createOutputStream
in class org.apache.cxf.transport.http.HTTPConduit
IOException
public ByteArrayOutputStream getOutputStream()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.