Package | Description |
---|---|
org.apache.cxf.ws.addressing |
Modifier and Type | Method and Description |
---|---|
static RelatesToType |
VersionTransformer.convert(Relationship exposed)
Convert from 2004/08 Relationship to 2005/08 RelatesToType.
|
static RelatesToType |
VersionTransformer.convert(Relationship exposed)
Convert from 2004/03 Relationship to 2005/08 RelatesToType.
|
RelatesToType |
ObjectFactory.createRelatesToType()
Create an instance of
RelatesToType |
RelatesToType |
AddressingProperties.getRelatesTo()
Accessor for the RelatesTo property.
|
static RelatesToType |
ContextUtils.getRelatesTo(String uri)
Helper method to get a RealtesTo instance.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<RelatesToType> |
ObjectFactory.createRelatesTo(RelatesToType value)
|
Modifier and Type | Method and Description |
---|---|
static Relationship |
VersionTransformer.convert(RelatesToType internal)
Convert from 2005/08 RelatesToType to 2004/08 Relationship.
|
static Relationship |
VersionTransformer.convertTo200403(RelatesToType internal)
Convert from 2005/08 RelatesToType to 2004/03 Relationship.
|
JAXBElement<RelatesToType> |
ObjectFactory.createRelatesTo(RelatesToType value)
|
void |
AddressingProperties.setRelatesTo(RelatesToType relatesTo)
Mutator for the RelatesTo property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.