public class CallOptions extends Object implements Serializable
Constructor and Description |
---|
CallOptions() |
CallOptions(String client,
String defaultNamespace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClient()
Gets the client value for this CallOptions.
|
String |
getDefaultNamespace()
Gets the defaultNamespace value for this CallOptions.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
setClient(String client)
Sets the client value for this CallOptions.
|
void |
setDefaultNamespace(String defaultNamespace)
Sets the defaultNamespace value for this CallOptions.
|
public String getClient()
public void setClient(String client)
client
- public String getDefaultNamespace()
public void setDefaultNamespace(String defaultNamespace)
defaultNamespace
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.