com.counterclaim.openefm.model.lxml
Class LxmlResponseImpl

java.lang.Object
  |
  +--com.counterclaim.openefm.model.lxml.LxmlResponseImpl
All Implemented Interfaces:
LxmlResponse, java.io.Serializable

public class LxmlResponseImpl
extends java.lang.Object
implements LxmlResponse, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LxmlResponseImpl()
           
LxmlResponseImpl(java.lang.String content)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.rpc.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.rpc.namespace.QName _xmlType)
          Get Custom Serializer
 int hashCode()
           
 void setContent(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LxmlResponseImpl

public LxmlResponseImpl()

LxmlResponseImpl

public LxmlResponseImpl(java.lang.String content)
Method Detail

getContent

public java.lang.String getContent()
Specified by:
getContent in interface LxmlResponse

setContent

public void setContent(java.lang.String content)
Specified by:
setContent in interface LxmlResponse

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.rpc.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.rpc.namespace.QName _xmlType)
Get Custom Deserializer


Copyright © 2002 counterclaim.com. All Rights Reserved.