Uses of Class
com.sun.xml.messaging.jaxm.ebxml.Party

Packages that use Party
com.sun.xml.messaging.jaxm.ebxml   
 

Uses of Party in com.sun.xml.messaging.jaxm.ebxml
 

Methods in com.sun.xml.messaging.jaxm.ebxml that return Party
 Party EbXMLMessageImpl.getSender()
          Returns the sender of this message.
 Party EbXMLMessageImpl.getReceiver()
          Returns the receiver of this message.
 

Methods in com.sun.xml.messaging.jaxm.ebxml with parameters of type Party
 void EbXMLMessageImpl.setSender(Party sender)
          Set the sender of the message.
 void EbXMLMessageImpl.setReceiver(Party receiver)
          Set the receiver of the message.