com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl
Class JbbWsdlInvokableObject

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl.JbbWsdlInvokableObject

public class JbbWsdlInvokableObject
extends Object

Author:
dkumbham

Constructor Summary
JbbWsdlInvokableObject()
           
 
Method Summary
 void fromXml(Element parent)
           
 Element getInputParamsAsDomElement()
           
 String getOperationName()
           
 Object[] getParams()
           
 String getPortName()
           
 String getPortNamespace()
           
 ArrayList<JbbWsdlParameter> getRequiredInputlist()
           
 String getServiceName()
           
 String getServiceNamespace()
           
 int getTimeout()
           
 String getWsdlUrl()
           
 boolean isComplexType()
           
 void setOperationName(String operationName)
           
 void setParams(Object[] params)
           
 void setPortName(String portName)
           
 void setPortNamespace(String portNamespace)
           
 void setRequiredInputlist(ArrayList<JbbWsdlParameter> requiredInputlist)
           
 void setServiceName(String serviceName)
           
 void setServiceNamespace(String serviceNamespace)
           
 void setTimeout(int timeout)
           
 void setWsdlUrl(String wsdlUrl)
           
 void toXml(Element parent)
          toXml() creates this object as Element and appends it to the parent Node ( argument ).
 boolean validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbWsdlInvokableObject

public JbbWsdlInvokableObject()
Method Detail

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.