|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.xml.ws.addressing.AddressingBuilder
public abstract class AddressingBuilder
Factory for AddressingElements. Implementing classes must
supply a 0-arguments constructor.
| Constructor Summary | |
|---|---|
protected |
AddressingBuilder()
Non-public constructor. |
| Method Summary | |
|---|---|
static AddressingBuilder |
getAddressingBuilder()
Returns an instance of AddressingBuilder whose Class is determined
by the following algorithm. |
abstract AddressingConstants |
newAddressingConstants()
Returns an instance of javax.ws.addressing.AddressingConstants |
abstract AddressingProperties |
newAddressingProperties()
Returns an instance of javax.ws.addressing.AddressingProperties |
abstract EndpointReference |
newEndpointReference(java.net.URI uri)
Returns an instance of javax.ws.addressing.EndpointReference |
abstract AttributedQName |
newQName(QName name)
Returns an instance of javax.ws.addressing.AttributedQName
initialized using the specified QName. |
abstract Relationship |
newRelationship(java.net.URI uri)
Returns an instance of javax.ws.addressing.Relationship
whose URI. |
abstract AttributedURI |
newURI(java.lang.String uri)
Returns an instance of javax.ws.addressing.AttributedURI
initialized with the given String. |
abstract AttributedURI |
newURI(java.net.URI uri)
Returns an instance of javax.ws.addressing.AttributedURI
initialized with the given URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.ws.addressing.AddressingType |
|---|
getNamespaceURI |
| Constructor Detail |
|---|
protected AddressingBuilder()
| Method Detail |
|---|
public static AddressingBuilder getAddressingBuilder()
AddressingBuilder whose Class is determined
by the following algorithm. TODO Determine exact algorithm.
public abstract AttributedURI newURI(java.net.URI uri)
javax.ws.addressing.AttributedURI
initialized with the given URI.
uri - The specified URI.
public abstract AttributedURI newURI(java.lang.String uri)
throws java.net.URISyntaxException
javax.ws.addressing.AttributedURI
initialized with the given String.
uri - The specified URI.
java.net.URISyntaxExceptionpublic abstract AttributedQName newQName(QName name)
javax.ws.addressing.AttributedQName
initialized using the specified QName.
name - The QName.
public abstract Relationship newRelationship(java.net.URI uri)
javax.ws.addressing.Relationship
whose URI.
uri - The specified URI
public abstract EndpointReference newEndpointReference(java.net.URI uri)
javax.ws.addressing.EndpointReference
uri - The URI used to initialize the public abstract AddressingProperties newAddressingProperties()
javax.ws.addressing.AddressingProperties
public abstract AddressingConstants newAddressingConstants()
javax.ws.addressing.AddressingConstants
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||