public abstract class HTTPRemotingConnection extends Object implements RemoteConnection
org.jboss.ws.metadata.config.EndpointProperty#CHUNKED_ENCODING_SIZE
.
A chunksize value of zero disables chunked encoding.Constructor and Description |
---|
HTTPRemotingConnection() |
Modifier and Type | Method and Description |
---|---|
Integer |
getChunkSize() |
SOAPMessage |
invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway)
Sends the given message to the specified endpoint.
|
boolean |
isClosed() |
protected void |
populateHeaders(SOAPMessage reqMessage,
Map<String,Object> metadata) |
void |
setChunkSize(Integer chunkSize) |
void |
setClosed(boolean closed) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMarshaller, getUnmarshaller
public boolean isClosed()
public void setClosed(boolean closed)
public Integer getChunkSize()
public void setChunkSize(Integer chunkSize)
public SOAPMessage invoke(SOAPMessage reqMessage, Object endpoint, boolean oneway) throws IOException
invoke
in interface RemoteConnection
IOException
protected void populateHeaders(SOAPMessage reqMessage, Map<String,Object> metadata)
Copyright © 2018 JBoss by Red Hat. All rights reserved.