it.imolinfo.jbi4corba.webservice.generator
Class WsdlInformation

java.lang.Object
  extended by it.imolinfo.jbi4corba.webservice.generator.WsdlInformation

public class WsdlInformation
extends Object

Used to store some WSDL information.


Constructor Summary
WsdlInformation()
          Constructor.
 
Method Summary
 Map<QName,List<QName>> getAsynchOperationMap()
           
 List<QName> getPortTypeList()
           
 Map<QName,QName> getServiceAndPortType()
           
 Map<QName,List<QName>> getSynchOperationMap()
           
 void setAsynchOperationMap(Map<QName,List<QName>> asynchOperationMap)
           
 void setPortTypeList(List<QName> portTypeList)
           
 void setServiceAndPortType(Map<QName,QName> serviceAndPortType)
           
 void setSynchOperationMap(Map<QName,List<QName>> synchOperationMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlInformation

public WsdlInformation()
Constructor.

Method Detail

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.