public class SoapResponseHeader extends Object implements Serializable
| Constructor and Description |
|---|
SoapResponseHeader() |
SoapResponseHeader(String requestId,
Long responseTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getRequestId()
Gets the requestId value for this SoapResponseHeader.
|
Long |
getResponseTime()
Gets the responseTime value for this SoapResponseHeader.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setRequestId(String requestId)
Sets the requestId value for this SoapResponseHeader.
|
void |
setResponseTime(Long responseTime)
Sets the responseTime value for this SoapResponseHeader.
|
String |
toString() |
public String getRequestId()
public void setRequestId(String requestId)
requestId - public Long getResponseTime()
public void setResponseTime(Long responseTime)
responseTime - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.