org.apache.wsil
Interface WSILElement

All Superinterfaces:
java.io.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 java.io.Serializable

Common WSIL element definition.


Method Summary
 java.lang.String toXMLString()
          Display contents of the WSIL element as an XML string.
 

Method Detail

toXMLString

java.lang.String toXMLString()
Display contents of the WSIL element as an XML string.

Returns:
Returns the XML string format of this element.


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.