|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.jca.toolplugin.ImportDefinition
public class ImportDefinition
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.
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 |
---|
public ImportDefinition()
Method Detail |
---|
public javax.wsdl.Definition getDefinition()
public void setDefinition(javax.wsdl.Definition definition)
definition
- - The WSDL Definitionpublic ImportXSD[] getImportXSDs()
public void setImportXSDs(ImportXSD[] importXSDs)
importXSDs
- The array of ImportXSD typespublic ImportResource[] getImportResources()
public void setImportResources(ImportResource[] importResources)
importResources
- The array of ImportResource types
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |