|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolVariation | |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.persistence | |
org.apache.cxf.ws.rm.persistence.jdbc |
Uses of ProtocolVariation in org.apache.cxf.ws.rm |
---|
Methods in org.apache.cxf.ws.rm that return ProtocolVariation | |
---|---|
static ProtocolVariation |
ProtocolVariation.findVariant(String wsrm,
String wsa)
Get the information for a supported version of WS-ReliableMessaging and WS-Addressing. |
ProtocolVariation |
AbstractSequence.getProtocol()
|
ProtocolVariation |
RMEndpoint.getProtocol()
|
static ProtocolVariation |
ProtocolVariation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProtocolVariation[] |
ProtocolVariation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.cxf.ws.rm with parameters of type ProtocolVariation | |
---|---|
void |
RMEndpoint.setProtocol(ProtocolVariation protocol)
Set the protocol used by this endpoint. |
Constructors in org.apache.cxf.ws.rm with parameters of type ProtocolVariation | |
---|---|
AbstractSequence(Identifier i,
ProtocolVariation p)
|
|
DestinationSequence(Identifier i,
EndpointReferenceType a,
Destination d,
ProtocolVariation pv)
|
|
DestinationSequence(Identifier i,
EndpointReferenceType a,
long lmn,
SequenceAcknowledgement ac,
ProtocolVariation pv)
|
|
RMEndpoint(RMManager m,
Endpoint ae,
ProtocolVariation pv)
Constructor. |
|
SourceSequence(Identifier i,
Date e,
Identifier oi,
long cmn,
boolean lm,
ProtocolVariation pv)
|
|
SourceSequence(Identifier i,
Date e,
Identifier oi,
ProtocolVariation pv)
|
|
SourceSequence(Identifier i,
ProtocolVariation pv)
|
Uses of ProtocolVariation in org.apache.cxf.ws.rm.persistence |
---|
Methods in org.apache.cxf.ws.rm.persistence with parameters of type ProtocolVariation | |
---|---|
DestinationSequence |
RMStore.getDestinationSequence(Identifier seq,
ProtocolVariation protocol)
Retrieve the destination sequence with the specified identifier from persistent store. |
Collection<DestinationSequence> |
RMStore.getDestinationSequences(String endpointIdentifier,
ProtocolVariation protocol)
Retrieves all sequences managed by the identified RM destination endpoint from persistent store. |
SourceSequence |
RMStore.getSourceSequence(Identifier seq,
ProtocolVariation protocol)
Retrieve the source sequence with the specified identifier from persistent store. |
Collection<SourceSequence> |
RMStore.getSourceSequences(String endpointIdentifier,
ProtocolVariation protocol)
Retrieves all sequences managed by the identified RM source endpoint from persistent store. |
Uses of ProtocolVariation in org.apache.cxf.ws.rm.persistence.jdbc |
---|
Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type ProtocolVariation | |
---|---|
DestinationSequence |
RMTxStore.getDestinationSequence(Identifier sid,
ProtocolVariation protocol)
|
Collection<DestinationSequence> |
RMTxStore.getDestinationSequences(String endpointIdentifier,
ProtocolVariation protocol)
|
SourceSequence |
RMTxStore.getSourceSequence(Identifier sid,
ProtocolVariation protocol)
|
Collection<SourceSequence> |
RMTxStore.getSourceSequences(String endpointIdentifier,
ProtocolVariation protocol)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |