com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl
Class JbbWsdlInvokableObject
java.lang.Object
com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl.JbbWsdlInvokableObject
public class JbbWsdlInvokableObject
- extends Object
- Author:
- dkumbham
JbbWsdlInvokableObject
public JbbWsdlInvokableObject()
getWsdlUrl
public String getWsdlUrl()
setWsdlUrl
public void setWsdlUrl(String wsdlUrl)
getServiceNamespace
public String getServiceNamespace()
setServiceNamespace
public void setServiceNamespace(String serviceNamespace)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
getPortNamespace
public String getPortNamespace()
setPortNamespace
public void setPortNamespace(String portNamespace)
getPortName
public String getPortName()
setPortName
public void setPortName(String portName)
getOperationName
public String getOperationName()
setOperationName
public void setOperationName(String operationName)
isComplexType
public boolean isComplexType()
getInputParamsAsDomElement
public Element getInputParamsAsDomElement()
throws Exception
- Throws:
Exception
getParams
public Object[] getParams()
setParams
public void setParams(Object[] params)
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeout)
getRequiredInputlist
public ArrayList<JbbWsdlParameter> getRequiredInputlist()
setRequiredInputlist
public void setRequiredInputlist(ArrayList<JbbWsdlParameter> requiredInputlist)
toXml
public void toXml(Element parent)
throws Exception
- toXml() creates this object as Element and appends it to the parent Node ( argument ).
8005551212
Howdy Partner
- Parameters:
parent -
- Throws:
Exception
fromXml
public void fromXml(Element parent)
throws Exception
- Throws:
Exception
validate
public boolean validate()
throws Exception
- Throws:
Exception
Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.