org.opensaml.ws.soap.client
Class BasicSOAPMessageContext

java.lang.Object
  extended by org.opensaml.ws.message.BaseMessageContext
      extended by org.opensaml.ws.soap.client.BasicSOAPMessageContext
All Implemented Interfaces:
MessageContext, SOAPMessageContext

public class BasicSOAPMessageContext
extends BaseMessageContext
implements SOAPMessageContext

Basic SOAPMessageContext implementation.


Constructor Summary
BasicSOAPMessageContext()
           
 
Method Summary
 SOAPClient.SOAPRequestParameters getSOAPRequestParameters()
          Gets a set of binding/transport-specific request parameters.
 void setSOAPRequestParameters(SOAPClient.SOAPRequestParameters parameters)
          Sets a set of binding/transport-specific request parameters.
 
Methods inherited from class org.opensaml.ws.message.BaseMessageContext
getCommunicationProfileId, getInboundMessage, getInboundMessageIssuer, getInboundMessageTransport, getOutboundHandlerChainResolver, getOutboundMessage, getOutboundMessageIssuer, getOutboundMessageTransport, getPostSecurityInboundHandlerChainResolver, getPreSecurityInboundHandlerChainResolver, getSecurityPolicyResolver, isIssuerAuthenticated, setCommunicationProfileId, setInboundMessage, setInboundMessageIssuer, setInboundMessageTransport, setOutboundHandlerChainResolver, setOutboundMessage, setOutboundMessageIssuer, setOutboundMessageTransport, setPostSecurityInboundHandlerChainResolver, setPreSecurityInboundHandlerChainResolver, setSecurityPolicyResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.ws.message.MessageContext
getCommunicationProfileId, getInboundMessage, getInboundMessageIssuer, getInboundMessageTransport, getOutboundHandlerChainResolver, getOutboundMessage, getOutboundMessageIssuer, getOutboundMessageTransport, getPostSecurityInboundHandlerChainResolver, getPreSecurityInboundHandlerChainResolver, getSecurityPolicyResolver, isIssuerAuthenticated, setCommunicationProfileId, setInboundMessage, setInboundMessageIssuer, setInboundMessageTransport, setOutboundHandlerChainResolver, setOutboundMessage, setOutboundMessageIssuer, setOutboundMessageTransport, setPostSecurityInboundHandlerChainResolver, setPreSecurityInboundHandlerChainResolver, setSecurityPolicyResolver
 

Constructor Detail

BasicSOAPMessageContext

public BasicSOAPMessageContext()
Method Detail

getSOAPRequestParameters

public SOAPClient.SOAPRequestParameters getSOAPRequestParameters()
Gets a set of binding/transport-specific request parameters.

Specified by:
getSOAPRequestParameters in interface SOAPMessageContext
Returns:
set of binding/transport-specific request parameters

setSOAPRequestParameters

public void setSOAPRequestParameters(SOAPClient.SOAPRequestParameters parameters)
Sets a set of binding/transport-specific request parameters.

Specified by:
setSOAPRequestParameters in interface SOAPMessageContext
Parameters:
parameters - a set of binding/transport-specific request parameters


Copyright © 2006-2013 Internet2. All Rights Reserved.