org.ow2.easywsdl.wsdl.api
Interface BindingPart

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
AbstractBindingPartImpl

public interface BindingPart
extends WSDLElement

This interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 javax.xml.namespace.QName getPartQName()
           
 void setPartQName(javax.xml.namespace.QName name)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getPartQName

javax.xml.namespace.QName getPartQName()

setPartQName

void setPartQName(javax.xml.namespace.QName name)


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.