com.hyper9.simdk.stubs.faults
Class SSLVerifyFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.soap.SOAPException
              extended by com.hyper9.simdk.stubs.faults.MethodFault
                  extended by com.hyper9.simdk.stubs.faults.VimFault
                      extended by com.hyper9.simdk.stubs.faults.HostConnectFault
                          extended by com.hyper9.simdk.stubs.faults.SSLVerifyFault
All Implemented Interfaces:
Serializable

@WebFault(name="SSLVerifyFault",
          targetNamespace="urn:internalvim25")
public class SSLVerifyFault
extends HostConnectFault

Author:
akutz
See Also:
Serialized Form

Constructor Summary
SSLVerifyFault()
           
 
Method Summary
 Boolean getSelfSigned()
           
 String getThumbprint()
           
 void setSelfSigned(Boolean toSet)
           
 void setThumbprint(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.faults.MethodFault
getDynamicProperty, getDynamicType, getFaultCause, getFaultMessage, getJpaId, setDynamicProperty, setDynamicType, setFaultCause, setFaultMessage, setJpaId
 
Methods inherited from class javax.xml.soap.SOAPException
getCause, getMessage, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLVerifyFault

public SSLVerifyFault()
Method Detail

getSelfSigned

public Boolean getSelfSigned()

setSelfSigned

public void setSelfSigned(Boolean toSet)

getThumbprint

public String getThumbprint()

setThumbprint

public void setThumbprint(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.