com.ibm.soa.sp.pxnotify
Class InvocationException_Helper

java.lang.Object
  extended by com.ibm.soa.sp.pxnotify.InvocationException_Helper

public class InvocationException_Helper
extends java.lang.Object


Constructor Summary
InvocationException_Helper()
           
 
Method Summary
static java.lang.Object createProxy()
           
static com.ibm.ws.webservices.engine.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class javaType, javax.xml.namespace.QName xmlType)
          Get Custom Deserializer
static com.ibm.ws.webservices.engine.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class javaType, javax.xml.namespace.QName xmlType)
          Get Custom Serializer
static com.ibm.ws.webservices.engine.description.TypeDesc getTypeDesc()
          Return type metadata object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationException_Helper

public InvocationException_Helper()
Method Detail

getTypeDesc

public static com.ibm.ws.webservices.engine.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static com.ibm.ws.webservices.engine.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                              java.lang.Class javaType,
                                                                              javax.xml.namespace.QName xmlType)
Get Custom Serializer


getDeserializer

public static com.ibm.ws.webservices.engine.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                                  java.lang.Class javaType,
                                                                                  javax.xml.namespace.QName xmlType)
Get Custom Deserializer


createProxy

public static java.lang.Object createProxy()


Copyright © 2003 IBM Corp. All Rights Reserved.