com.ebmwebsourcing.wsstar.addressing.definition.decorator
Class DecoratorEndpointReferenceTypeImpl<Ref extends AbsItfReferenceParametersType>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
com.ebmwebsourcing.wsstar.addressing.definition.decorator.DecoratorEndpointReferenceTypeImpl<Ref>
- All Implemented Interfaces:
- Decorator, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
public class DecoratorEndpointReferenceTypeImpl<Ref extends AbsItfReferenceParametersType>
- extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
- implements Decorator
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
createDocumentation, getDocumentation, getOtherAttributes, getSchema, getTopParent, setDocumentation, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
epr
protected AbsItfEndpointReferenceType<Ref extends AbsItfReferenceParametersType> epr
DecoratorEndpointReferenceTypeImpl
public DecoratorEndpointReferenceTypeImpl(AbsItfEndpointReferenceType<Ref> epr)
throws WSAddressingException
- Throws:
WSAddressingException
getFirstEpr
public EndpointReferenceType getFirstEpr()
getModel
public java.lang.Object getModel()
- Overrides:
getModel in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getParent
public org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl getParent()
- Overrides:
getParent in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getDecorator
public org.ow2.easywsdl.schema.api.SchemaElement getDecorator()
- Specified by:
getDecorator in interface Decorator
getAddress
public java.lang.String getAddress()
getDocumentBaseURI
public java.net.URI getDocumentBaseURI()
getPolicies
public java.util.List<org.apache.neethi.Policy> getPolicies()
getReferenceParameters
public Ref getReferenceParameters()
throws WSAddressingException
- Throws:
WSAddressingException
newReferenceParameters
public Ref newReferenceParameters()
throws WSAddressingException
- Throws:
WSAddressingException
getTagQName
public javax.xml.namespace.QName getTagQName()
setAddress
public void setAddress(java.lang.String address)
setDocumentBaseURI
public void setDocumentBaseURI(java.net.URI documentBaseURI)
setPolicy
public void setPolicy(java.util.List<org.apache.neethi.Policy> policies)
throws WSAddressingException
- Throws:
WSAddressingException
setReferenceParameters
public void setReferenceParameters(Ref ref)
throws WSAddressingException
- Throws:
WSAddressingException
setTagQName
public void setTagQName(javax.xml.namespace.QName name)
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.