com.ebmwebsourcing.easybpel.model.bpel.impl.partnerLink
Class ServiceRefImpl

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 com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl<ServiceRefType>
              extended by com.ebmwebsourcing.easybpel.model.bpel.impl.partnerLink.ServiceRefImpl
All Implemented Interfaces:
BPELElement, Validator, ServiceRef, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class ServiceRefImpl
extends BPELElementImpl<ServiceRefType>
implements ServiceRef

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

Field Summary
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl
tag
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ServiceRefImpl(ServiceRefType model, BPELElementImpl parent)
           
 
Method Summary
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getEpr()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingReader getReader()
           
 org.jdom.Element toElement()
           
 java.lang.String toString()
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl
addOtherElements, createDocumentation, getDocumentation, getOtherElements, getTag, setDocumentation, setTag, validate
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getModel, getOtherAttributes, 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 com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
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
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Constructor Detail

ServiceRefImpl

public ServiceRefImpl(ServiceRefType model,
                      BPELElementImpl parent)
Method Detail

getReader

public com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingReader getReader()
                                                                                 throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
Throws:
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException

getEpr

public com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getEpr()
Specified by:
getEpr in interface ServiceRef

toElement

public org.jdom.Element toElement()
Specified by:
toElement in interface ServiceRef

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.