com.collation.platform.model.topology.soa
Interface WSPort
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, ServiceAccessPoint
public interface WSPort
- extends ServiceAccessPoint
A web services port as defined by WSDL
- Naming Rules:
- 0="namespace,name"
- Persistable:
- true
- Display Name:
- namespace,name
Methods inherited from interface com.collation.platform.model.topology.sys.ServiceAccessPoint |
getBindAddress, getName, getProductName, getProductVersion, getProvider, getVendorName, hasBindAddress, hasName, hasProductName, hasProductVersion, hasProvider, hasVendorName, setBindAddress, setName, setProductName, setProductVersion, setProvider, setVendorName |
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getNamespace
java.lang.String getNamespace()
throws AttributeNotSetException
- The XML namespace used in the definition of this port
- Throws:
AttributeNotSetException
setNamespace
void setNamespace(java.lang.String name)
hasNamespace
boolean hasNamespace()
getBinding
java.lang.String getBinding()
throws AttributeNotSetException
- The binding defined to be part of this port. This attribute should contain the fully-qualified (including namespace)
- Throws:
AttributeNotSetException
setBinding
void setBinding(java.lang.String name)
hasBinding
boolean hasBinding()
getDefiningDocs
Document[] getDefiningDocs()
throws AttributeNotSetException
- The documents that contain the definition of this port
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.DefinedUsing"
reverse="false"
setDefiningDocs
void setDefiningDocs(Document[] docs)
hasDefiningDocs
boolean hasDefiningDocs()