org.ow2.easywsdl.wsdl.decorator
Class DecoratorEndpointImpl<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
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfEndpoint<S,B>>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorEndpointImpl<S,B>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement

public abstract class DecoratorEndpointImpl<S extends AbsItfService,B extends AbsItfBinding>
extends Decorator<AbsItfEndpoint<S,B>>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorEndpointImpl(AbsItfEndpoint<S,B> endpoint)
           
 
Method Summary
 java.lang.String getAddress()
           
 B getBinding()
           
 java.lang.String getHttpAuthenticationRealm()
           
 java.lang.String getHttpAuthenticationScheme()
           
 java.lang.String getName()
           
 S getService()
           
 void setAddress(java.lang.String arg0)
           
 void setBinding(B arg0)
           
 void setName(java.lang.String arg0)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecoratorEndpointImpl

public DecoratorEndpointImpl(AbsItfEndpoint<S,B> endpoint)
                      throws WSDLException
Throws:
WSDLException
Method Detail

getAddress

public java.lang.String getAddress()

getBinding

public B getBinding()

getHttpAuthenticationRealm

public java.lang.String getHttpAuthenticationRealm()

getHttpAuthenticationScheme

public java.lang.String getHttpAuthenticationScheme()

getName

public java.lang.String getName()

setAddress

public void setAddress(java.lang.String arg0)

setBinding

public void setBinding(B arg0)

setName

public void setName(java.lang.String arg0)

getService

public S getService()


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