Package org.apache.wsil
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
Common WSIL element definition.
-
Method Summary
Modifier and TypeMethodDescriptionDisplay 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.
-