public abstract class Solicitud extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis.client.Call |
call |
protected QName |
operationQName |
protected Class |
returnJavaType |
protected Vector<org.apache.axis.message.RPCParam> |
rpcpar |
protected org.apache.axis.message.SOAPEnvelope |
soapMessage |
Constructor and Description |
---|
Solicitud() |
Solicitud(Configuration config)
Creates a new instance of Solicitud
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
configurarEnvio() |
protected Configuration |
getConfiguration() |
Integer |
getIdEntidad() |
static QName |
getQName(Class clazz)
Get associated QName to the given Class
|
protected QName |
getQName(String typeName)
Get associated QName to the given type name
|
Object[] |
procesar()
Procesa en el envio de la solicitud
|
protected void |
registerTypeInCallIfNotPredefined(org.apache.axis.client.Call call,
Class clazz)
Register type if not included into the group of predefined types
|
protected void |
registerTypeInCallIfNotPredefined(org.apache.axis.client.Call call,
String typeName)
Register type (by giving the type name) if not included into the group of predefined types
|
void |
setIdEntidad(Integer idEntidad) |
protected org.apache.axis.client.Call call
protected org.apache.axis.message.SOAPEnvelope soapMessage
protected Vector<org.apache.axis.message.RPCParam> rpcpar
protected QName operationQName
protected Class returnJavaType
public Solicitud() throws MCSNException
MCSNException
public Solicitud(Configuration config) throws MCSNException
MCSNException
public Object[] procesar() throws MCSNException
MCSNException
protected abstract void configurarEnvio() throws MCSNException
MCSNException
protected void registerTypeInCallIfNotPredefined(org.apache.axis.client.Call call, String typeName)
protected void registerTypeInCallIfNotPredefined(org.apache.axis.client.Call call, Class clazz)
protected QName getQName(String typeName)
public static QName getQName(Class clazz)
protected Configuration getConfiguration()
public Integer getIdEntidad()
public void setIdEntidad(Integer idEntidad)
idEntidad
- the idEntidad to setCopyright © 2018. All rights reserved.