public class CXFMAP extends Object implements org.jboss.ws.api.addressing.MAP
| Modifier and Type | Method and Description |
|---|---|
void |
addReferenceParameter(Element refParam) |
String |
getAction() |
org.jboss.ws.api.addressing.MAPEndpoint |
getFaultTo() |
org.jboss.ws.api.addressing.MAPEndpoint |
getFrom() |
String |
getMessageID() |
List<Object> |
getReferenceParameters() |
org.jboss.ws.api.addressing.MAPRelatesTo |
getRelatesTo() |
org.jboss.ws.api.addressing.MAPEndpoint |
getReplyTo() |
String |
getTo() |
void |
initializeAsDestination(org.jboss.ws.api.addressing.MAPEndpoint epref) |
void |
installOutboundMapOnClientSide(Map<String,Object> requestContext,
org.jboss.ws.api.addressing.MAP map) |
void |
installOutboundMapOnServerSide(Map<String,Object> requestContext,
org.jboss.ws.api.addressing.MAP map) |
void |
setAction(String action) |
void |
setFaultTo(org.jboss.ws.api.addressing.MAPEndpoint epref) |
void |
setFrom(org.jboss.ws.api.addressing.MAPEndpoint epref) |
void |
setMessageID(String messageID) |
void |
setRelatesTo(org.jboss.ws.api.addressing.MAPRelatesTo relatesTo) |
void |
setReplyTo(org.jboss.ws.api.addressing.MAPEndpoint epref) |
void |
setTo(String address) |
public String getTo()
getTo in interface org.jboss.ws.api.addressing.MAPpublic org.jboss.ws.api.addressing.MAPEndpoint getFrom()
getFrom in interface org.jboss.ws.api.addressing.MAPpublic String getMessageID()
getMessageID in interface org.jboss.ws.api.addressing.MAPpublic String getAction()
getAction in interface org.jboss.ws.api.addressing.MAPpublic org.jboss.ws.api.addressing.MAPEndpoint getFaultTo()
getFaultTo in interface org.jboss.ws.api.addressing.MAPpublic org.jboss.ws.api.addressing.MAPEndpoint getReplyTo()
getReplyTo in interface org.jboss.ws.api.addressing.MAPpublic org.jboss.ws.api.addressing.MAPRelatesTo getRelatesTo()
getRelatesTo in interface org.jboss.ws.api.addressing.MAPpublic void setTo(String address)
setTo in interface org.jboss.ws.api.addressing.MAPpublic void setFrom(org.jboss.ws.api.addressing.MAPEndpoint epref)
setFrom in interface org.jboss.ws.api.addressing.MAPpublic void setMessageID(String messageID)
setMessageID in interface org.jboss.ws.api.addressing.MAPpublic void setAction(String action)
setAction in interface org.jboss.ws.api.addressing.MAPpublic void setReplyTo(org.jboss.ws.api.addressing.MAPEndpoint epref)
setReplyTo in interface org.jboss.ws.api.addressing.MAPpublic void setFaultTo(org.jboss.ws.api.addressing.MAPEndpoint epref)
setFaultTo in interface org.jboss.ws.api.addressing.MAPpublic void setRelatesTo(org.jboss.ws.api.addressing.MAPRelatesTo relatesTo)
setRelatesTo in interface org.jboss.ws.api.addressing.MAPpublic void addReferenceParameter(Element refParam)
addReferenceParameter in interface org.jboss.ws.api.addressing.MAPpublic void initializeAsDestination(org.jboss.ws.api.addressing.MAPEndpoint epref)
initializeAsDestination in interface org.jboss.ws.api.addressing.MAPpublic List<Object> getReferenceParameters()
getReferenceParameters in interface org.jboss.ws.api.addressing.MAPpublic void installOutboundMapOnClientSide(Map<String,Object> requestContext, org.jboss.ws.api.addressing.MAP map)
installOutboundMapOnClientSide in interface org.jboss.ws.api.addressing.MAPCopyright © 2014 JBoss, by Red Hat. All rights reserved.