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

java.lang.Object
  extended by org.xmlsoap.schemas.ws._2005._02.trust.impl.WSSecurityRequestorSOAPBindingSkeleton
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton, WSSecurityRequestor

public class WSSecurityRequestorSOAPBindingSkeleton
extends java.lang.Object
implements WSSecurityRequestor, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
WSSecurityRequestorSOAPBindingSkeleton()
           
WSSecurityRequestorSOAPBindingSkeleton(WSSecurityRequestor impl)
           
 
Method Summary
 void challenge(RequestSecurityTokenResponseTypeHolder response)
           
 RequestSecurityTokenResponseType[] challenge2(RequestSecurityTokenResponseType response)
           
static java.util.List getOperationDescByName(java.lang.String methodName)
          Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Returns Collection of OperationDescs
 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

WSSecurityRequestorSOAPBindingSkeleton

public WSSecurityRequestorSOAPBindingSkeleton()

WSSecurityRequestorSOAPBindingSkeleton

public WSSecurityRequestorSOAPBindingSkeleton(WSSecurityRequestor impl)
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Returns Collection of OperationDescs


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