|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportWSDL
Model object that represents the import of an external WSDL definition.
Method Summary | |
---|---|
javax.wsdl.Definition |
getDefinition()
Returns the WSDL Definition. |
String |
getLocation()
Returns the location where the WSDL definition can be found. |
String |
getNamespace()
Returns the namespace URI for this import. |
void |
setDefinition(javax.wsdl.Definition definition)
Sets the WSDL Definition. |
void |
setLocation(String uri)
Set the location where the WSDL definition can be found. |
void |
setNamespace(String uri)
Sets the namespace URI for this import. |
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject |
---|
accept, freeze, initialize |
Method Detail |
---|
String getLocation()
void setLocation(String uri)
uri
- the location where the WSDL definition can be foundString getNamespace()
void setNamespace(String uri)
uri
- the namespace URI for this importjavax.wsdl.Definition getDefinition()
void setDefinition(javax.wsdl.Definition definition)
definition
- the WSDL Definition
|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |