Uses of Class
com.tibco.amf.platform.runtime.extension.exception.SOAPCode

Packages that use SOAPCode
com.tibco.amf.platform.runtime.extension.exception   
 

Uses of SOAPCode in com.tibco.amf.platform.runtime.extension.exception
 

Fields in com.tibco.amf.platform.runtime.extension.exception declared as SOAPCode
protected  SOAPCode SOAPException.code
           
 

Methods in com.tibco.amf.platform.runtime.extension.exception that return SOAPCode
 SOAPCode SOAPException.getCode()
          Returns the code.
 SOAPCode SOAPCode.getSubcode()
          Returns the sub code.
 

Constructors in com.tibco.amf.platform.runtime.extension.exception with parameters of type SOAPCode
SOAPCode(javax.xml.namespace.QName codeValue, SOAPCode subcode)
          Constructs a new SOAPCode with the given code value and subcode.
SOAPException(SOAPCode code, java.lang.String[] reason, java.net.URI node, java.net.URI role, SOAPDetail<?> detail)
          Constructs a new SOAPException.
 



Copyright © 2010 TIBCO Software Inc. All Rights Reserved.