org.ow2.petals.binding.soap.addressing
Class Addressing
java.lang.Object
org.ow2.petals.binding.soap.addressing.Addressing
public class Addressing
- extends Object
The WS-Addressing Bean
- Author:
- chamerling - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Addressing
public Addressing()
Addressing
public Addressing(String to)
- Parameters:
to -
Addressing
public Addressing(String to,
String from,
String replyTo,
String faultTo,
String messageId)
- Parameters:
to - from - replyTo - faultTo - messageId -
getTo
public String getTo()
- Returns:
- the to
setTo
public void setTo(String to)
- Parameters:
to - the to to set
getFrom
public String getFrom()
- Returns:
- the from
setFrom
public void setFrom(String from)
- Parameters:
from - the from to set
getReplyTo
public String getReplyTo()
- Returns:
- the replyTo
setReplyTo
public void setReplyTo(String replyTo)
- Parameters:
replyTo - the replyTo to set
getFaultTo
public String getFaultTo()
- Returns:
- the faultTo
setFaultTo
public void setFaultTo(String faultTo)
- Parameters:
faultTo - the faultTo to set
getMessageId
public String getMessageId()
- Returns:
- the messageId
setMessageId
public void setMessageId(String messageId)
- Parameters:
messageId - the messageId to set
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.