org.apache.ws.sandbox.axis.security.trust
Class STSAgentAddressingConfiguration

java.lang.Object
  extended byorg.apache.ws.sandbox.axis.security.trust.STSAgentAddressingConfiguration

public class STSAgentAddressingConfiguration
extends java.lang.Object

This is used to provide the addressing headers required by the STSAgent

Author:
Ruchith

Constructor Summary
STSAgentAddressingConfiguration()
           
 
Method Summary
 org.apache.axis.message.addressing.AddressingHeaders getHeaders()
          Return the configured addressing headers
 void setAction(java.lang.String actionUri)
          Set the action URI
 void setFaultTo(java.lang.String endpoint)
          Set the from EPR
 void setFrom(java.lang.String endpoint)
          SEt the from EPR
 void setRepyTo(java.lang.String endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSAgentAddressingConfiguration

public STSAgentAddressingConfiguration()
Method Detail

setAction

public void setAction(java.lang.String actionUri)
               throws org.apache.axis.types.URI.MalformedURIException
Set the action URI

Parameters:
actionUri -
Throws:
MalformedURIException
org.apache.axis.types.URI.MalformedURIException

setFrom

public void setFrom(java.lang.String endpoint)
             throws org.apache.axis.types.URI.MalformedURIException
SEt the from EPR

Parameters:
endpoint -
Throws:
MalformedURIException
org.apache.axis.types.URI.MalformedURIException

setFaultTo

public void setFaultTo(java.lang.String endpoint)
                throws org.apache.axis.types.URI.MalformedURIException
Set the from EPR

Parameters:
endpoint -
Throws:
MalformedURIException
org.apache.axis.types.URI.MalformedURIException

getHeaders

public org.apache.axis.message.addressing.AddressingHeaders getHeaders()
Return the configured addressing headers

Returns:

setRepyTo

public void setRepyTo(java.lang.String endpoint)
               throws org.apache.axis.types.URI.MalformedURIException
Throws:
org.apache.axis.types.URI.MalformedURIException


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.