Package | Description |
---|---|
com.arjuna.webservices11.wsaddr | |
com.arjuna.webservices11.wsarj | |
org.jboss.ws.api.addressing |
JSR-261 support classes and interfaces
|
org.jboss.wsf.stack.cxf.extensions.addressing.map |
Modifier and Type | Method and Description |
---|---|
static void |
AddressingHelper.installFaultTo(MAP map,
MAPEndpoint epReference,
InstanceIdentifier identifier) |
static void |
AddressingHelper.installFromFaultTo(MAP map,
MAPEndpoint epReference,
InstanceIdentifier identifier) |
static boolean |
AddressingHelper.isNoneAddress(MAPEndpoint epref) |
Modifier and Type | Method and Description |
---|---|
static void |
InstanceIdentifier.setEndpointInstanceIdentifier(MAPEndpoint epReference,
InstanceIdentifier instanceIdentifier)
Set the identifier on a WS Addressing endpoint reference under construction.
|
static void |
InstanceIdentifier.setEndpointInstanceIdentifier(MAPEndpoint epReference,
String instanceIdentifier)
Set the identifier on a WS Addressing endpoint reference under construction.
|
Modifier and Type | Method and Description |
---|---|
MAPEndpoint |
MAP.getFaultTo() |
MAPEndpoint |
MAP.getFrom() |
MAPEndpoint |
MAP.getReplyTo() |
MAPEndpoint |
MAPBuilder.newEndpoint(String address)
Creates a new
MAPEndpoint instance |
Modifier and Type | Method and Description |
---|---|
void |
MAP.initializeAsDestination(MAPEndpoint epref) |
void |
MAP.setFaultTo(MAPEndpoint epref) |
void |
MAP.setFrom(MAPEndpoint epref) |
void |
MAP.setReplyTo(MAPEndpoint epref) |
Modifier and Type | Class and Description |
---|---|
class |
CXFMAPEndpoint
MAPEndpoint is a wrapper which works with class MAP.
|
Modifier and Type | Method and Description |
---|---|
MAPEndpoint |
CXFMAP.getFaultTo() |
MAPEndpoint |
CXFMAP.getFrom() |
MAPEndpoint |
CXFMAP.getReplyTo() |
MAPEndpoint |
CXFMAPBuilder.newEndpoint(String address) |
Modifier and Type | Method and Description |
---|---|
void |
CXFMAP.initializeAsDestination(MAPEndpoint epref) |
void |
CXFMAP.setFaultTo(MAPEndpoint epref) |
void |
CXFMAP.setFrom(MAPEndpoint epref) |
void |
CXFMAP.setReplyTo(MAPEndpoint epref) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.