org.xmlsoap.schemas.ws._2005._02.trust.impl
Class WSSecurityRequestorSOAPBindingImpl

java.lang.Object
  extended by org.xmlsoap.schemas.ws._2005._02.trust.impl.WSSecurityRequestorSOAPBindingImpl
All Implemented Interfaces:
java.rmi.Remote, WSSecurityRequestor

public class WSSecurityRequestorSOAPBindingImpl
extends java.lang.Object
implements WSSecurityRequestor


Constructor Summary
WSSecurityRequestorSOAPBindingImpl()
           
 
Method Summary
 void challenge(RequestSecurityTokenResponseTypeHolder response)
           
 RequestSecurityTokenResponseType[] challenge2(RequestSecurityTokenResponseType response)
           
 void securityTokenResponse(RequestSecurityTokenResponseType response)
           
 void securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSecurityRequestorSOAPBindingImpl

public WSSecurityRequestorSOAPBindingImpl()
Method Detail

securityTokenResponse

public void securityTokenResponse(RequestSecurityTokenResponseType response)
                           throws java.rmi.RemoteException
Specified by:
securityTokenResponse in interface WSSecurityRequestor
Throws:
java.rmi.RemoteException

securityTokenResponse2

public void securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
                            throws java.rmi.RemoteException
Specified by:
securityTokenResponse2 in interface WSSecurityRequestor
Throws:
java.rmi.RemoteException

challenge

public void challenge(RequestSecurityTokenResponseTypeHolder response)
               throws java.rmi.RemoteException
Specified by:
challenge in interface WSSecurityRequestor
Throws:
java.rmi.RemoteException

challenge2

public RequestSecurityTokenResponseType[] challenge2(RequestSecurityTokenResponseType response)
                                              throws java.rmi.RemoteException
Specified by:
challenge2 in interface WSSecurityRequestor
Throws:
java.rmi.RemoteException