com.plumtree.server.xui
Class PT_SOAP_CONNECTION_RESULTCODES

java.lang.Object
  extended by com.plumtree.server.xui.PT_SOAP_CONNECTION_RESULTCODES

public final class PT_SOAP_CONNECTION_RESULTCODES
extends java.lang.Object

Additional SOAP-related result codes that could appear in errors thrown by the Plumtree Portal.

Author:
danad
See Also:
PT_RESULTCODES

Field Summary
static int PT_E_SOAP_CONNECTION_FAIL
          Connection was unable to successfully complete SOAP transaction.
static int PT_E_SOAP_MANUALIMPORTNOTSUPPORTED
          This service does not support manual import of documents.
 
Constructor Summary
PT_SOAP_CONNECTION_RESULTCODES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_E_SOAP_CONNECTION_FAIL

public static final int PT_E_SOAP_CONNECTION_FAIL
Connection was unable to successfully complete SOAP transaction.

See Also:
Constant Field Values

PT_E_SOAP_MANUALIMPORTNOTSUPPORTED

public static final int PT_E_SOAP_MANUALIMPORTNOTSUPPORTED
This service does not support manual import of documents.

See Also:
Constant Field Values
Constructor Detail

PT_SOAP_CONNECTION_RESULTCODES

public PT_SOAP_CONNECTION_RESULTCODES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.