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, setTrustDecideractivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverpublic BatchOfflineHTTPConduit(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
IOExceptionpublic BatchOfflineHTTPConduit(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType t)
throws IOException
IOExceptionprotected 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.HTTPConduitIOExceptionpublic org.apache.cxf.transports.http.configuration.HTTPClientPolicy getClient(org.apache.cxf.message.Message message)
getClient in class org.apache.cxf.transport.http.HTTPConduitprotected OutputStream createOutputStream(org.apache.cxf.message.Message message, boolean needToCacheRequest, boolean isChunking, int chunkThreshold) throws IOException
createOutputStream in class org.apache.cxf.transport.http.HTTPConduitIOExceptionpublic ByteArrayOutputStream getOutputStream()
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.