Interface WSILElement

All Superinterfaces:
Serializable
All Known Subinterfaces:
Abstract, BusinessDescription, Description, ExtensionElement, ImplementedBinding, Inspection, Link, Reference, ReferencedService, Service, ServiceDescription, ServiceName, WSILElementWithAbstract, WSILElementWithText
All Known Implementing Classes:
AbstractImpl, BusinessDescriptionImpl, DescriptionImpl, ExtensionElementImpl, ImplementedBindingImpl, InspectionImpl, LinkImpl, ReferencedServiceImpl, ReferenceImpl, ServiceDescriptionImpl, ServiceImpl, ServiceNameImpl, ServiceReferenceElement, UnknownExtensionElement, WSILElementWithAbstractImpl, WSILElementWithTextImpl

public interface WSILElement extends Serializable
Common WSIL element definition.
  • Method Summary

    Modifier and Type
    Method
    Description
    Display contents of the WSIL element as an XML string.
  • Method Details

    • toXMLString

      String toXMLString()
      Display contents of the WSIL element as an XML string.
      Returns:
      Returns the XML string format of this element.