Package 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.SerializableCommon WSIL element definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoXMLString()Display contents of the WSIL element as an XML string.
-