com.ebmwebsourcing.commons.wsdl.api
Interface BindingPart

All Superinterfaces:
java.io.Serializable, WSDLElement
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 com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

getPartQName

javax.xml.namespace.QName getPartQName()

setPartQName

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


Copyright © 2008 eBM WebSourcing. All Rights Reserved.