org.apache.wsif.providers.jca.toolplugin
Class ImportDefinition

java.lang.Object
  |
  +--org.apache.wsif.providers.jca.toolplugin.ImportDefinition
All Implemented Interfaces:
java.io.Serializable

public class ImportDefinition
extends java.lang.Object
implements java.io.Serializable

This class represents the type returned from the getDefinition operation. The ImportDefinition class contains the WSDL definition of the imported service, along with all necessary XSD types and additional binary resources that are required.

Author:
Hesham Fahmy , Piotr Przybylski
See Also:
Serialized Form

Constructor Summary
ImportDefinition()
           
 
Method Summary
 javax.wsdl.Definition getDefinition()
          Returns the WSDL Definition representing the Imported Service.
 ImportResource[] getImportResources()
          Returns the binary resources that may be required for the Imported Service
 ImportXSD[] getImportXSDs()
          Returns the XSD types that may be required for the Imported Service.
 void setDefinition(javax.wsdl.Definition definition)
          Sets WSDL representing the Imported Service.
 void setImportResources(ImportResource[] importResources)
          Sets the binary resources that may be required for the Imported Service
 void setImportXSDs(ImportXSD[] importXSDs)
          Sets the XSD types that may be required for the Imported Service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportDefinition

public ImportDefinition()
Method Detail

getDefinition

public javax.wsdl.Definition getDefinition()
Returns the WSDL Definition representing the Imported Service.
Returns:
a WSDL Definition

setDefinition

public void setDefinition(javax.wsdl.Definition definition)
Sets WSDL representing the Imported Service.
Parameters:
definition - - The WSDL Definition

getImportXSDs

public ImportXSD[] getImportXSDs()
Returns the XSD types that may be required for the Imported Service.
Returns:
Returns an array of ImportXSD types

setImportXSDs

public void setImportXSDs(ImportXSD[] importXSDs)
Sets the XSD types that may be required for the Imported Service
Parameters:
importXSDs - The array of ImportXSD types

getImportResources

public ImportResource[] getImportResources()
Returns the binary resources that may be required for the Imported Service
Returns:
Returns an array of ImportResource types

setImportResources

public void setImportResources(ImportResource[] importResources)
Sets the binary resources that may be required for the Imported Service
Parameters:
importResources - The array of ImportResource types


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.