org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractEndpointImpl<E,S extends AbsItfService,B extends AbsItfBinding>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
              extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractEndpointImpl<E,S,B>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfEndpoint<S,B>, WSDLElement
Direct Known Subclasses:
EndpointImpl, EndpointImpl

public abstract class AbstractEndpointImpl<E,S extends AbsItfService,B extends AbsItfBinding>
extends AbstractWSDLElementImpl<E>
implements AbsItfEndpoint<S,B>

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

Field Summary
protected  S service
          the parent serviceImpl
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractEndpointImpl(E model, AbstractWSDLElementImpl parent)
           
 
Method Summary
 S getService()
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getParent, getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfEndpoint
getAddress, getBinding, getHttpAuthenticationRealm, getHttpAuthenticationScheme, getName, setAddress, setBinding, setName
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Field Detail

service

protected S extends AbsItfService service
the parent serviceImpl

Constructor Detail

AbstractEndpointImpl

public AbstractEndpointImpl(E model,
                            AbstractWSDLElementImpl parent)
Method Detail

getService

public S getService()
Specified by:
getService in interface AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding>


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