Package org.jboss.ws.core.client

Examples of org.jboss.ws.core.client.SOAPRemotingConnection


/* 331 */         Map callProps = new HashMap(getRequestContext());
/* 332 */         EndpointInfo epInfo = new EndpointInfo(this.epMetaData, targetAddress, callProps);
/* 333 */         if (shouldMaintainSession()) {
/* 334 */           addSessionInfo(reqMessage, callProps);
/*     */         }
/* 336 */         SOAPRemotingConnection remotingConnection = new SOAPRemotingConnection();
/* 337 */         MessageAbstraction resMessage = remotingConnection.invoke(reqMessage, epInfo, oneway);
/*     */
/* 339 */         if (shouldMaintainSession()) {
/* 340 */           saveSessionInfo(callProps, getRequestContext());
/*     */         }
/*     */
View Full Code Here

TOP

Related Classes of org.jboss.ws.core.client.SOAPRemotingConnection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.