public class BindParameters extends Object implements Serializable
| Constructor and Description |
|---|
BindParameters() |
BindParameters(boolean broadcast,
Payload payload,
String plugin) |
| 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
|
Payload |
getPayload()
Gets the payload value for this BindParameters.
|
String |
getPlugin()
Gets the plugin value for this BindParameters.
|
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() |
boolean |
isBroadcast()
Gets the broadcast value for this BindParameters.
|
void |
setBroadcast(boolean broadcast)
Sets the broadcast value for this BindParameters.
|
void |
setPayload(Payload payload)
Sets the payload value for this BindParameters.
|
void |
setPlugin(String plugin)
Sets the plugin value for this BindParameters.
|
public boolean isBroadcast()
public void setBroadcast(boolean broadcast)
broadcast - public String getPlugin()
public void setPlugin(String plugin)
plugin - public Payload getPayload()
public void setPayload(Payload payload)
payload - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.