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
getPartQName
javax.xml.namespace.QName getPartQName()
setPartQName
void setPartQName(javax.xml.namespace.QName name)
Copyright © 2008 eBM WebSourcing. All Rights Reserved.