com.tibco.amf.platform.runtime.extension.exception
Class SOAPDetail<T>

java.lang.Object
  extended by com.tibco.amf.platform.runtime.extension.exception.SOAPDetail<T>
All Implemented Interfaces:
java.io.Serializable

public class SOAPDetail<T>
extends java.lang.Object
implements java.io.Serializable

Represents the SOAP detail as defined by Simple Object Access Protocol (SOAP) 1.1 and SOAP Version 1.2.

See Also:
Serialized Form

Constructor Summary
SOAPDetail(java.lang.Class<T> detailType, T detail)
          Constructs a new SOAPDetail with the detail.
 
Method Summary
 T getDetail()
          Returns the detail.
 java.lang.Class<T> getDetailType()
          Returns the type for detail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPDetail

public SOAPDetail(java.lang.Class<T> detailType,
                  T detail)
Constructs a new SOAPDetail with the detail.

Parameters:
detail -
Method Detail

getDetail

public T getDetail()
Returns the detail.

Returns:
the detail

getDetailType

public java.lang.Class<T> getDetailType()
Returns the type for detail.

Returns:
the detail type


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.