Uses of Class
org.ow2.jonas.deployment.common.xml.JLinkedList

Packages that use JLinkedList
org.ow2.jonas.deployment.client.xml   
org.ow2.jonas.deployment.clusterd.xml   
org.ow2.jonas.deployment.common.xml   
org.ow2.jonas.deployment.domain.xml   
org.ow2.jonas.deployment.ear.xml   
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.ejb.xml   
org.ow2.jonas.deployment.rar.xml   
org.ow2.jonas.deployment.web.xml   
org.ow2.jonas.deployment.ws.xml   
 

Uses of JLinkedList in org.ow2.jonas.deployment.client.xml
 

Methods in org.ow2.jonas.deployment.client.xml that return JLinkedList
 JLinkedList JonasClient.getJonasMessageDestinationList()
           
 

Methods in org.ow2.jonas.deployment.client.xml with parameters of type JLinkedList
 void JonasClient.setJonasMessageDestinationList(JLinkedList jonasMessageDestinationList)
          Set the jonas-message-destination
 

Uses of JLinkedList in org.ow2.jonas.deployment.clusterd.xml
 

Methods in org.ow2.jonas.deployment.clusterd.xml that return JLinkedList
 JLinkedList ClusterDaemon.getServerList()
           
 

Methods in org.ow2.jonas.deployment.clusterd.xml with parameters of type JLinkedList
 void ClusterDaemon.setServerList(JLinkedList serverList)
           
 

Uses of JLinkedList in org.ow2.jonas.deployment.common.xml
 

Methods in org.ow2.jonas.deployment.common.xml that return JLinkedList
 JLinkedList AbsEnvironmentElement.getEjbLocalRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getEjbLocalRefList()
           
 JLinkedList AbsEnvironmentElement.getEjbRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getEjbRefList()
           
 JLinkedList AbsEnvironmentElement.getEnvEntryList()
           
 JLinkedList JndiEnvRefsGroupXml.getEnvEntryList()
           
 JLinkedList ServiceRef.getHandlerList()
           
 JLinkedList Handler.getInitParamList()
           
 JLinkedList JonasPortComponentRef.getJonasCallPropertyList()
           
 JLinkedList AbsJonasEnvironmentElement.getJonasEjbRefList()
           
 JLinkedList JonasJndiEnvRefsGroupXml.getJonasEjbRefList()
           
 JLinkedList JonasServiceRef.getJonasInitParamList()
           
 JLinkedList AbsJonasEnvironmentElement.getJonasMessageDestinationRefList()
           
 JLinkedList JonasJndiEnvRefsGroupXml.getJonasMessageDestinationRefList()
           
 JLinkedList JonasServiceRef.getJonasPortComponentRefList()
           
 JLinkedList AbsJonasEnvironmentElement.getJonasResourceEnvList()
           
 JLinkedList JonasJndiEnvRefsGroupXml.getJonasResourceEnvList()
           
 JLinkedList AbsJonasEnvironmentElement.getJonasResourceList()
           
 JLinkedList JonasJndiEnvRefsGroupXml.getJonasResourceList()
           
 JLinkedList AbsJonasEnvironmentElement.getJonasServiceRefList()
           
 JLinkedList JonasJndiEnvRefsGroupXml.getJonasServiceRefList()
           
 JLinkedList JonasPortComponentRef.getJonasStubPropertyList()
           
 JLinkedList AbsEnvironmentElement.getMessageDestinationRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getMessageDestinationRefList()
           
 JLinkedList AbsEnvironmentElement.getPersistenceUnitRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getPersistenceUnitRefList()
           
 JLinkedList ServiceRef.getPortComponentRefList()
           
 JLinkedList Handler.getPortNameList()
           
 JLinkedList AbsEnvironmentElement.getResourceEnvRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getResourceEnvRefList()
           
 JLinkedList AbsEnvironmentElement.getResourceRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getResourceRefList()
           
 JLinkedList AbsEnvironmentElement.getServiceRefList()
           
 JLinkedList JndiEnvRefsGroupXml.getServiceRefList()
           
 JLinkedList Handler.getSoapHeaderList()
           
 JLinkedList Handler.getSoapRoleList()
           
 

Uses of JLinkedList in org.ow2.jonas.deployment.domain.xml
 

Methods in org.ow2.jonas.deployment.domain.xml that return JLinkedList
 JLinkedList Domain.getClusterDaemonList()
           
 JLinkedList Cluster.getClusterList()
           
 JLinkedList Domain.getClusterList()
           
 JLinkedList Cluster.getServerList()
           
 JLinkedList Domain.getServerList()
           
 JLinkedList Location.getUrlList()
           
 

Methods in org.ow2.jonas.deployment.domain.xml with parameters of type JLinkedList
 void Domain.setClusterDaemonList(JLinkedList clusterDaemonList)
           
 void Cluster.setClusterList(JLinkedList clusterList)
           
 void Domain.setClusterList(JLinkedList clusterList)
           
 void Cluster.setServerList(JLinkedList serverList)
           
 void Domain.setServerList(JLinkedList serverList)
           
 

Uses of JLinkedList in org.ow2.jonas.deployment.ear.xml
 

Methods in org.ow2.jonas.deployment.ear.xml that return JLinkedList
 JLinkedList Application.getModuleList()
          Gets the module
 JLinkedList SecurityRoleMapping.getPrincipalNamesList()
          Gets the principal-name list
 JLinkedList Application.getSecurityRoleList()
          Gets the security-role
 JLinkedList JonasSecurity.getSecurityRoleMappingList()
          Gets the security-role-mapping
 

Methods in org.ow2.jonas.deployment.ear.xml with parameters of type JLinkedList
 void Application.setModuleList(JLinkedList moduleList)
          Set the module
 void Application.setSecurityRoleList(JLinkedList securityRoleList)
          Set the security-role
 

Uses of JLinkedList in org.ow2.jonas.deployment.ejb
 

Fields in org.ow2.jonas.deployment.ejb declared as JLinkedList
protected  JLinkedList DeploymentDesc.jonasMDList
          List of JonasMessageDestinations
 

Methods in org.ow2.jonas.deployment.ejb with parameters of type JLinkedList
protected abstract  BeanDesc DeploymentDesc.newEntityBeanDesc(ClassLoader cl, Entity ent, AssemblyDescriptor asd, JonasEntity j, JLinkedList jMDRList)
          In case of beans with old CMP1 persistance, we need to instanciate the old class, as if we were in an old Deployment Descriptor.
protected  BeanDesc DeploymentDescEjb1_1.newEntityBeanDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList)
           
protected  BeanDesc DeploymentDescEjb2.newEntityBeanDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList)
          In case of beans with old CMP1 persistance, we need to instanciate the old class, as if we were in an old Deployment Descriptor.
 

Constructors in org.ow2.jonas.deployment.ejb with parameters of type JLinkedList
BeanDesc(ClassLoader classLoader, CommonEjb ejb, JonasCommonEjb jonasEjb, AssemblyDescriptor asd, JLinkedList jMDRList, String fileName)
          Constructor to be used by parent node
EntityBmpDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityCmp1Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityCmp2Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
EntityCmpDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node.
EntityDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityJdbcCmp1Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
EntityJdbcCmp2Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
SessionDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
SessionStatefulDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
SessionStatelessDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
 

Uses of JLinkedList in org.ow2.jonas.deployment.ejb.xml
 

Methods in org.ow2.jonas.deployment.ejb.xml that return JLinkedList
 JLinkedList ActivationConfig.getActivationConfigPropertyList()
          Gets the list of activation-config-property
 JLinkedList JdbcMapping.getCmpFieldJdbcMappingList()
          Gets the cmp-field-jdbc-mapping
 JLinkedList Entity.getCmpFieldList()
          Gets the cmp-field
 JLinkedList AssemblyDescriptor.getContainerTransactionList()
          Gets the container-transaction
 JLinkedList Relationships.getEjbRelationList()
          Gets the ejb-relation
 JLinkedList EjbRelation.getEjbRelationshipRoleList()
          Gets the ejb-relationship-role list
 JLinkedList EnterpriseBeans.getEntityList()
          Gets the entity
 JLinkedList JdbcMapping.getFinderMethodJdbcMappingList()
          Gets the finder-method-jdbc-mapping
 JLinkedList JonasEjbRelationshipRole.getForeignKeyJdbcMappingList()
          Gets the foreign-key-jdbc-mapping
 JLinkedList JonasEjbJar.getJonasEjbRelationList()
          Gets the jonas-ejb-relation
 JLinkedList JonasEjbRelation.getJonasEjbRelationshipRoleList()
          Gets the jonas-ejb-relationship-role
 JLinkedList JonasEjbJar.getJonasEntityList()
          Gets the jonas-entity
 JLinkedList JonasEjbJar.getJonasMessageDestinationList()
           
 JLinkedList JonasEjbJar.getJonasMessageDrivenList()
          Gets the jonas-message-driven
 JLinkedList JonasEjbJar.getJonasRunAsMappingList()
          Gets the jonas-run-as-mapping
 JLinkedList JonasEjbJar.getJonasSessionList()
          Gets the jonas-session
 JLinkedList AssemblyDescriptor.getMessageDestinationList()
          Gets the message-destination
 JLinkedList EnterpriseBeans.getMessageDrivenList()
          Gets the message-driven
 JLinkedList MethodPermission.getMethodList()
          Gets the method
 JLinkedList ExcludeList.getMethodList()
          Gets the method
 JLinkedList ContainerTransaction.getMethodList()
          Gets the method
 JLinkedList MethodParams.getMethodParamList()
          Gets the method-param
 JLinkedList AssemblyDescriptor.getMethodPermissionList()
          Gets the method-permission
 JLinkedList Entity.getQueryList()
          Gets the query
 JLinkedList MethodPermission.getRoleNameList()
          Gets the role-name
 JLinkedList JonasRunAsMapping.getRoleNamesList()
          Gets the role-name
 JLinkedList AssemblyDescriptor.getSecurityRoleList()
          Gets the security-role
 JLinkedList CommonEjb.getSecurityRoleRefList()
          Gets the security-role-ref
 JLinkedList CommonEjbXml.getSecurityRoleRefList()
          Gets the security-role-ref
 JLinkedList EnterpriseBeans.getSessionList()
          Gets the session
 

Methods in org.ow2.jonas.deployment.ejb.xml with parameters of type JLinkedList
 void ActivationConfig.setActivationConfigPropertyList(JLinkedList activationConfigPropertyList)
          Set the activation-config-property
 void JdbcMapping.setCmpFieldJdbcMappingList(JLinkedList cmpFieldJdbcMappingList)
          Set the cmp-field-jdbc-mapping
 void Entity.setCmpFieldList(JLinkedList cmpFieldList)
          Set the cmp-field
 void AssemblyDescriptor.setContainerTransactionList(JLinkedList containerTransactionList)
          Set the container-transaction
 void Relationships.setEjbRelationList(JLinkedList ejbRelationList)
          Set the ejb-relation
 void EnterpriseBeans.setEntityList(JLinkedList entityList)
          Set the entity
 void JdbcMapping.setFinderMethodJdbcMappingList(JLinkedList finderMethodJdbcMappingList)
          Set the finder-method-jdbc-mapping
 void JonasEjbRelationshipRole.setForeignKeyJdbcMappingList(JLinkedList foreignKeyJdbcMappingList)
          Set the foreign-key-jdbc-mapping
 void JonasEjbJar.setJonasEjbRelationList(JLinkedList jonasEjbRelationList)
          Set the jonas-ejb-relation
 void JonasEjbRelation.setJonasEjbRelationshipRoleList(JLinkedList jonasEjbRelationshipRoleList)
          Set the jonas-ejb-relationship-role
 void JonasEjbJar.setJonasEntityList(JLinkedList jonasEntityList)
          Set the jonas-entity
 void JonasEjbJar.setJonasMessageDestinationList(JLinkedList jonasMessageDestinationList)
          Set the jonas-message-destination
 void JonasEjbJar.setJonasMessageDrivenList(JLinkedList jonasMessageDrivenList)
          Set the jonas-message-driven
 void JonasEjbJar.setJonasSessionList(JLinkedList jonasSessionList)
          Set the jonas-session
 void AssemblyDescriptor.setMessageDestinationList(JLinkedList messageDestinationList)
          Set the message-destination
 void EnterpriseBeans.setMessageDrivenList(JLinkedList messageDrivenList)
          Set the message-driven
 void MethodPermission.setMethodList(JLinkedList methodList)
          Set the method
 void ExcludeList.setMethodList(JLinkedList methodList)
          Set the method
 void ContainerTransaction.setMethodList(JLinkedList methodList)
          Set the method
 void MethodParams.setMethodParamList(JLinkedList methodParamList)
          Set the method-param
 void AssemblyDescriptor.setMethodPermissionList(JLinkedList methodPermissionList)
          Set the method-permission
 void Entity.setQueryList(JLinkedList queryList)
          Set the query
 void MethodPermission.setRoleNameList(JLinkedList roleNameList)
          Set the role-name
 void AssemblyDescriptor.setSecurityRoleList(JLinkedList securityRoleList)
          Set the security-role
 void CommonEjb.setSecurityRoleRefList(JLinkedList securityRoleRefList)
          Set the security-role-ref
 void EnterpriseBeans.setSessionList(JLinkedList sessionList)
          Set the session
 

Uses of JLinkedList in org.ow2.jonas.deployment.rar.xml
 

Methods in org.ow2.jonas.deployment.rar.xml that return JLinkedList
 JLinkedList Resourceadapter.getAdminobjectList()
          Gets the adminobject
 JLinkedList OutboundResourceadapter.getAuthenticationMechanismList()
          Gets the authentication-mechanism
 JLinkedList Resourceadapter.getAuthenticationMechanismList()
          Gets the authentication-mechanism
 JLinkedList ConnectionDefinition.getConfigPropertyList()
          Gets the config-property
 JLinkedList Adminobject.getConfigPropertyList()
          Gets the config-property
 JLinkedList Resourceadapter.getConfigPropertyList()
          Gets the config-property
 JLinkedList OutboundResourceadapter.getConnectionDefinitionList()
          Gets the connection-definition
 JLinkedList AuthenticationMechanism.getDescriptionList()
          Gets the description
 JLinkedList JonasActivationspec.getDescriptionList()
          Gets the description
 JLinkedList License.getDescriptionList()
          Gets the description
 JLinkedList JonasConnectionDefinition.getDescriptionList()
          Gets the description
 JLinkedList ConfigProperty.getDescriptionList()
          Gets the description
 JLinkedList RequiredConfigProperty.getDescriptionList()
          Gets the description
 JLinkedList SecurityPermission.getDescriptionList()
          Gets the description
 JLinkedList JonasAdminobject.getDescriptionList()
          Gets the description
 JLinkedList Connector.getDescriptionList()
          Gets the description
 JLinkedList JonasConnector.getJonasActivationspecList()
          Gets the jonas-activationspec
 JLinkedList JonasConnector.getJonasAdminobjectList()
          Gets the jonas-adminobject
 JLinkedList JonasConnectionDefinition.getJonasConfigPropertyList()
          Gets the jonas-config-property
 JLinkedList JonasAdminobject.getJonasConfigPropertyList()
          Gets the jonas-config-property
 JLinkedList JonasConnector.getJonasConfigPropertyList()
          Gets the jonas-config-property
 JLinkedList JonasConnector.getJonasConnectionDefinitionList()
          Gets the jonas-connection-definition
 JLinkedList Messageadapter.getMessagelistenerList()
          Gets the messagelistener
 JLinkedList Activationspec.getRequiredConfigPropertyList()
          Gets the required-config-property
 JLinkedList JonasSecurityMapping.getSecurityEntryList()
          Gets the security-entry
 JLinkedList Resourceadapter.getSecurityPermissionList()
          Gets the security-permission
 JLinkedList TmParams.getTmConfigPropertyList()
          Gets the tm-config-property
 

Methods in org.ow2.jonas.deployment.rar.xml with parameters of type JLinkedList
 void Resourceadapter.setAdminobjectList(JLinkedList adminobjectList)
          Set the adminobject
 void OutboundResourceadapter.setAuthenticationMechanismList(JLinkedList authenticationMechanismList)
          Set the authentication-mechanism
 void Resourceadapter.setAuthenticationMechanismList(JLinkedList authenticationMechanismList)
          Set the authentication-mechanism
 void ConnectionDefinition.setConfigPropertyList(JLinkedList configPropertyList)
          Set the config-property
 void Adminobject.setConfigPropertyList(JLinkedList configPropertyList)
          Set the config-property
 void Resourceadapter.setConfigPropertyList(JLinkedList configPropertyList)
          Set the config-property
 void OutboundResourceadapter.setConnectionDefinitionList(JLinkedList connectionDefinitionList)
          Set the connection-definition
 void AuthenticationMechanism.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void JonasActivationspec.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void License.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void JonasConnectionDefinition.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void ConfigProperty.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void RequiredConfigProperty.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void SecurityPermission.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void JonasAdminobject.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void Connector.setDescriptionList(JLinkedList descriptionList)
          Set the description
 void JonasConnector.setJonasActivationspecList(JLinkedList jonasActivationspecList)
          Set the jonas-activationspec-property
 void JonasConnector.setJonasAdminobjectList(JLinkedList jonasAdminobjectList)
          Set the jonas-adminobject-property
 void JonasConnectionDefinition.setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
          Set the jonas-config-property
 void JonasAdminobject.setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
          Set the jonas-config-property
 void JonasConnector.setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
          Set the jonas-config-property
 void JonasConnector.setJonasConnectionDefinitionList(JLinkedList jonasConnectionDefinitionList)
          Set the jonas-connection-definition-property
 void Messageadapter.setMessagelistenerList(JLinkedList messagelistenerList)
          Set the messagelistener
 void Activationspec.setRequiredConfigPropertyList(JLinkedList requiredConfigPropertyList)
          Set the required-config-property
 void JonasSecurityMapping.setSecurityEntryList(JLinkedList securityEntryList)
          Set the security-entry
 void Resourceadapter.setSecurityPermissionList(JLinkedList securityPermissionList)
          Set the security-permission
 void TmParams.setTmConfigPropertyList(JLinkedList tmConfigPropertyList)
          Set the tm-config-property
 

Uses of JLinkedList in org.ow2.jonas.deployment.web.xml
 

Methods in org.ow2.jonas.deployment.web.xml that return JLinkedList
 JLinkedList WebResourceCollection.getDescriptionList()
          Gets the description list
 JLinkedList AuthConstraint.getDescriptionList()
          Gets the description list
 JLinkedList UserDataConstraint.getDescriptionList()
          Gets the description list
 JLinkedList WebResourceCollection.getHttpMethodList()
          Gets the http-method list
 JLinkedList JonasWebApp.getJonasMessageDestinationList()
           
 JLinkedList AuthConstraint.getRoleNameList()
          Gets the role-name list
 JLinkedList WebApp.getSecurityConstraintList()
          Gets the security-constraint
 JLinkedList WebApp.getSecurityRoleList()
          Gets the security-role
 JLinkedList Servlet.getSecurityRoleRefList()
          Gets the security-role-ref
 JLinkedList WebApp.getServletList()
           
 JLinkedList JonasWebApp.getServletList()
           
 JLinkedList WebApp.getServletMappingList()
           
 JLinkedList WebResourceCollection.getUrlPatternList()
          Gets the url-pattern list
 JLinkedList SecurityConstraint.getWebResourceCollectionList()
          Gets the webResourceCollection list
 

Methods in org.ow2.jonas.deployment.web.xml with parameters of type JLinkedList
 void JonasWebApp.setJonasMessageDestinationList(JLinkedList jonasMessageDestinationList)
          Set the jonas-message-destination
 void WebApp.setSecurityConstraintList(JLinkedList securityConstraintList)
          Set the security-constraint
 void WebApp.setSecurityRoleList(JLinkedList securityRoleList)
          Set the security-role
 void Servlet.setSecurityRoleRefList(JLinkedList securityRoleRefList)
          Set the security-role-ref
 void JonasWebApp.setServletList(JLinkedList servletList)
          Set the servlet
 void SecurityConstraint.setWebResourceCollectionList(JLinkedList webResourceCollectionList)
          Set the web-resource-collection
 

Uses of JLinkedList in org.ow2.jonas.deployment.ws.xml
 

Methods in org.ow2.jonas.deployment.ws.xml that return JLinkedList
 JLinkedList PortComponent.getHandlerList()
          Gets the handler
 JLinkedList JavaWsdlMapping.getJavaXmlTypeMappingList()
          Gets the java-xml-type-mapping
 JLinkedList JonasWebserviceDescription.getJonasPortComponentList()
           
 JLinkedList JonasWebservices.getJonasWebserviceDescriptionList()
          Gets the jonas-webservice-description
 JLinkedList JavaWsdlMapping.getPackageMappingList()
          Gets the package-mapping
 JLinkedList WebserviceDescription.getPortComponentList()
          Gets the port-component
 JLinkedList JavaXmlTypeMapping.getVariableMappingList()
          Gets the variable-mapping
 JLinkedList Webservices.getWebserviceDescriptionList()
          Gets the webservice-description
 

Methods in org.ow2.jonas.deployment.ws.xml with parameters of type JLinkedList
 void PortComponent.setHandlerList(JLinkedList handlerList)
          Set the handler
 void JavaWsdlMapping.setJavaXmlTypeMappingList(JLinkedList javaXmlTypeMappingList)
          Set the java-xml-type-mapping
 void JavaWsdlMapping.setPackageMappingList(JLinkedList packageMappingList)
          Set the package-mapping
 void WebserviceDescription.setPortComponentList(JLinkedList portComponentList)
          Set the port-component
 void JavaXmlTypeMapping.setVariableMappingList(JLinkedList variableMappingList)
          Set the variable-mapping
 void Webservices.setWebserviceDescriptionList(JLinkedList webserviceDescriptionList)
          Set the webservice-description
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.