public class SOAPProtocolConnectionHTTP extends HTTPRemotingConnection
Constructor and Description |
---|
SOAPProtocolConnectionHTTP() |
Modifier and Type | Method and Description |
---|---|
Marshaller |
getMarshaller() |
UnMarshaller |
getUnmarshaller(boolean oneway) |
SOAPMessage |
invoke(SOAPMessage reqMessage,
Object endpoint,
boolean oneway)
Sends the given message to the specified endpoint.
|
protected void |
populateHeaders(SOAPMessage reqMessage,
Map<String,Object> metadata) |
getChunkSize, isClosed, setChunkSize, setClosed
public UnMarshaller getUnmarshaller(boolean oneway)
public Marshaller getMarshaller()
public SOAPMessage invoke(SOAPMessage reqMessage, Object endpoint, boolean oneway) throws IOException
HTTPRemotingConnection
invoke
in interface RemoteConnection
invoke
in class HTTPRemotingConnection
IOException
protected void populateHeaders(SOAPMessage reqMessage, Map<String,Object> metadata)
populateHeaders
in class HTTPRemotingConnection
Copyright © 2018 JBoss by Red Hat. All rights reserved.