Package | Description |
---|---|
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.addressing.v200408 | |
org.apache.cxf.ws.rm |
Modifier and Type | Field and Description |
---|---|
static Class<EndpointReferenceType> |
VersionTransformer.Names200408.EPR_TYPE |
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
VersionTransformer.convert(EndpointReferenceType internal)
Convert from 2005/08 EndpointReferenceType to 2004/08
EndpointReferenceType.
|
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
VersionTransformer.convert(EndpointReferenceType exposed)
Convert from 2004/08 EndpointReferenceType to 2005/08
EndpointReferenceType.
|
Modifier and Type | Method and Description |
---|---|
EndpointReferenceType |
ObjectFactory.createEndpointReferenceType()
Create an instance of
EndpointReferenceType |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createEndpointReference(EndpointReferenceType value)
|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createFaultTo(EndpointReferenceType value)
|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createFrom(EndpointReferenceType value)
|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createReplyTo(EndpointReferenceType value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createEndpointReference(EndpointReferenceType value)
|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createFaultTo(EndpointReferenceType value)
|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createFrom(EndpointReferenceType value)
|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createReplyTo(EndpointReferenceType value)
|
Modifier and Type | Field and Description |
---|---|
protected EndpointReferenceType |
CreateSequenceType.acksTo |
protected EndpointReferenceType |
AcceptType.acksTo |
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
RMUtils.createAnonymousReference2004() |
static EndpointReferenceType |
RMUtils.createNoneReference2004() |
static EndpointReferenceType |
RMUtils.createReference2004(String address) |
EndpointReferenceType |
CreateSequenceType.getAcksTo()
Gets the value of the acksTo property.
|
EndpointReferenceType |
AcceptType.getAcksTo()
Gets the value of the acksTo property.
|
EndpointReferenceType |
DestinationSequence.getAcksTo() |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createAcksTo(EndpointReferenceType value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EndpointReferenceType> |
ObjectFactory.createAcksTo(EndpointReferenceType value)
|
CreateSequenceResponseType |
Proxy.createSequence(EndpointReferenceType defaultAcksTo,
RelatesToType relatesTo,
boolean isServer) |
void |
CreateSequenceType.setAcksTo(EndpointReferenceType value)
Sets the value of the acksTo property.
|
void |
AcceptType.setAcksTo(EndpointReferenceType value)
Sets the value of the acksTo property.
|
Constructor and Description |
---|
DestinationSequence(Identifier i,
EndpointReferenceType a,
Destination d) |
DestinationSequence(Identifier i,
EndpointReferenceType a,
long lmn,
SequenceAcknowledgement ac) |
Apache CXF