public interface Import extends WSDLComponent
Modifier and Type | Field and Description |
---|---|
static String |
LOCATION_PROPERTY |
static String |
NAMESPACE_URI_PROPERTY |
DOCUMENTATION_PROPERTY, EXTENSIBILITY_ELEMENT_PROPERTY
TEXT_CONTENT_PROPERTY
Modifier and Type | Method and Description |
---|---|
WSDLModel |
getImportedWSDLModel()
Returns the imported WSDL model.
|
String |
getLocation() |
String |
getNamespace() |
void |
setLocation(String locationURI) |
void |
setNamespace(String namespaceURI) |
accept, addExtensibilityElement, createReferenceTo, createSchemaReference, getAttributeMap, getDocumentation, getExtensibilityElements, getExtensibilityElements, getModel, removeExtensibilityElement, setDocumentation
findAttributePosition, findChildComponent, findPosition, getAttribute, getPeer, isInDocumentModel, referencesSameNode, setAttribute
canPaste, copy, getChildren, getChildren, getChildren, getParent
static final String NAMESPACE_URI_PROPERTY
static final String LOCATION_PROPERTY
void setNamespace(String namespaceURI)
String getNamespace()
void setLocation(String locationURI)
String getLocation()
WSDLModel getImportedWSDLModel() throws CatalogModelException
CatalogModelException
- if location or namespace values cannot resolve;