org.eclipse.higgins.sts.binding.axis1x.client
Class TrustBindingClient

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.eclipse.higgins.sts.binding.axis1x.client.TrustBindingStub
          extended by org.eclipse.higgins.sts.binding.axis1x.client.TrustBindingClient
All Implemented Interfaces:
Remote, javax.xml.rpc.Stub, org.xmlsoap.schemas.ws._2005._02.trust.wsdl.SecurityTokenService

public class TrustBindingClient
extends TrustBindingStub

Author:
mikemci

Field Summary
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
TrustBindingClient()
           
TrustBindingClient(javax.xml.rpc.Service service)
           
TrustBindingClient(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.sts.binding.axis1x.client.TrustBindingStub
requestSecurityToken, requestSecurityToken2
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustBindingClient

public TrustBindingClient()
                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

TrustBindingClient

public TrustBindingClient(URL endpointURL,
                          javax.xml.rpc.Service service)
                   throws org.apache.axis.AxisFault
Parameters:
endpointURL -
service -
Throws:
org.apache.axis.AxisFault

TrustBindingClient

public TrustBindingClient(javax.xml.rpc.Service service)
                   throws org.apache.axis.AxisFault
Parameters:
service -
Throws:
org.apache.axis.AxisFault