com.ebmwebsourcing.commons.wsdl.api.abstractElmt
Class AbstractBindingPartImpl<E>

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractBindingPartImpl<E>
All Implemented Interfaces:
BindingPart, WSDLElement, java.io.Serializable

public abstract class AbstractBindingPartImpl<E>
extends AbstractWSDLElementImpl<E>
implements BindingPart

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  BindingParam param
          the parent param
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
AbstractBindingPartImpl()
           
 
Method Summary
 BindingParam getParam()
           
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.BindingPart
getPartQName, setPartQName
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Field Detail

param

protected BindingParam param
the parent param

Constructor Detail

AbstractBindingPartImpl

public AbstractBindingPartImpl()
Method Detail

getParam

public BindingParam getParam()
Returns:
the interface


Copyright © 2008 eBM WebSourcing. All Rights Reserved.