it.imolinfo.jbi4corba.webservice.generator
Class WsdlInformation
java.lang.Object
it.imolinfo.jbi4corba.webservice.generator.WsdlInformation
public class WsdlInformation
- extends Object
Used to store some WSDL information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlInformation
public WsdlInformation()
- Constructor.
getPortTypeList
public List<QName> getPortTypeList()
setPortTypeList
public void setPortTypeList(List<QName> portTypeList)
getAsynchOperationMap
public Map<QName,List<QName>> getAsynchOperationMap()
setAsynchOperationMap
public void setAsynchOperationMap(Map<QName,List<QName>> asynchOperationMap)
getSynchOperationMap
public Map<QName,List<QName>> getSynchOperationMap()
setSynchOperationMap
public void setSynchOperationMap(Map<QName,List<QName>> synchOperationMap)
getServiceAndPortType
public Map<QName,QName> getServiceAndPortType()
setServiceAndPortType
public void setServiceAndPortType(Map<QName,QName> serviceAndPortType)
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.