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
| Methods inherited from interface com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
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.