com.ebmwebsourcing.wsstar.addressing.definition.api.absitf
Interface AbsItfEndpointReferenceType<Ref extends AbsItfReferenceParametersType>

All Superinterfaces:
com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement, java.io.Serializable
All Known Subinterfaces:
EndpointReferenceType
All Known Implementing Classes:
EndpointReferenceTypeImpl

public interface AbsItfEndpointReferenceType<Ref extends AbsItfReferenceParametersType>
extends com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement


Method Summary
 java.lang.String getAddress()
           
 java.net.URI getDocumentBaseURI()
          Get the document base URI of this definition.
 java.util.List<org.apache.neethi.Policy> getPolicies()
           
 Ref getReferenceParameters()
           
 javax.xml.namespace.QName getTagQName()
           
 Ref newReferenceParameters()
           
 void setAddress(java.lang.String address)
           
 void setDocumentBaseURI(java.net.URI documentBaseURI)
          Set the document base URI of this definition.
 void setPolicy(java.util.List<org.apache.neethi.Policy> policies)
           
 void setReferenceParameters(Ref ref)
           
 void setTagQName(javax.xml.namespace.QName name)
           
 
Methods inherited from interface com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

setDocumentBaseURI

void setDocumentBaseURI(java.net.URI documentBaseURI)
Set the document base URI of this definition. Can be used to represent the origin of the Definition, and can be exploited when resolving relative URIs (e.g. in <import>s).

Parameters:
documentBaseURI - the document base URI of this definition

getDocumentBaseURI

java.net.URI getDocumentBaseURI()
Get the document base URI of this definition.

Returns:
the document base URI

getTagQName

javax.xml.namespace.QName getTagQName()

setTagQName

void setTagQName(javax.xml.namespace.QName name)

getAddress

java.lang.String getAddress()

setAddress

void setAddress(java.lang.String address)

getPolicies

java.util.List<org.apache.neethi.Policy> getPolicies()

setPolicy

void setPolicy(java.util.List<org.apache.neethi.Policy> policies)
               throws WSAddressingException
Throws:
WSAddressingException

getReferenceParameters

Ref getReferenceParameters()
                                                                 throws WSAddressingException
Throws:
WSAddressingException

setReferenceParameters

void setReferenceParameters(Ref ref)
                            throws WSAddressingException
Throws:
WSAddressingException

newReferenceParameters

Ref newReferenceParameters()
                                                                 throws WSAddressingException
Throws:
WSAddressingException


Copyright © 2009-2011 eBM Websourcing. All Rights Reserved.