|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.sandbox.axis.security.trust.STSAgent
Constructor Summary | |
STSAgent(java.lang.String url,
java.util.Hashtable senderOptions,
java.util.Hashtable receiverOptions)
Agent initialization without addressing support I don't think this will be used at all :-? |
|
STSAgent(java.lang.String url,
java.util.Hashtable senderOptions,
java.util.Hashtable receiverOptions,
STSAgentAddressingConfiguration addConfig)
Agent initialization |
Method Summary | |
org.w3c.dom.Document |
getDoc()
|
org.apache.axis.message.SOAPEnvelope |
getEnv()
|
RequestSecurityToken |
getReqSecTok()
|
java.lang.String |
getUrl()
to retrieve the endpoint url of the agent |
org.w3c.dom.Element |
request()
request call Thank goes to David Del Vecchio for giving his code(=>idea) |
void |
setAnyElement(org.w3c.dom.Element element)
Use this method to add any element to the request |
void |
setEnv(org.apache.axis.message.SOAPEnvelope e)
|
void |
setReqSecTok(RequestSecurityToken reqSecTok)
|
void |
setUrl(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public STSAgent(java.lang.String url, java.util.Hashtable senderOptions, java.util.Hashtable receiverOptions, STSAgentAddressingConfiguration addConfig) throws javax.xml.rpc.ServiceException, java.net.MalformedURLException, java.lang.Exception
url
- Endpoint AddresssenderOptions
- WSDoAllSender optionsaddConfig
- Addressing configuration for the STSAgent
javax.xml.rpc.ServiceException
java.net.MalformedURLException
java.lang.Exception
WSDoAllReceiver
,
WSDoAllSender
,
STSAgentAddressingConfiguration
public STSAgent(java.lang.String url, java.util.Hashtable senderOptions, java.util.Hashtable receiverOptions) throws javax.xml.rpc.ServiceException, java.net.MalformedURLException, java.lang.Exception
url
- senderOptions
- receiverOptions
-
javax.xml.rpc.ServiceException
java.net.MalformedURLException
java.lang.Exception
Method Detail |
public void setAnyElement(org.w3c.dom.Element element)
element
- public org.w3c.dom.Element request() throws org.apache.axis.AxisFault, java.lang.Exception
org.apache.axis.AxisFault
java.lang.Exception
public org.w3c.dom.Document getDoc()
public org.apache.axis.message.SOAPEnvelope getEnv()
public void setEnv(org.apache.axis.message.SOAPEnvelope e) throws java.lang.Exception
java.lang.Exception
public RequestSecurityToken getReqSecTok()
public void setReqSecTok(RequestSecurityToken reqSecTok)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |