|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.messaging.jaxm.ebxml.Party
This class represents the sending and receiving parties for an ebxml message.
Constructor Summary | |
Party(java.lang.String partyId)
Create a new Party for the given partyId. |
|
Party(java.lang.String partyId,
java.lang.String type)
Create a Party object for the given partyid and type. |
Method Summary | |
java.lang.String |
getPartyId()
Returns the party id. |
java.lang.String |
getType()
Returns the type of the party id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Party(java.lang.String partyId)
public Party(java.lang.String partyId, java.lang.String type)
type
- - the type of the partyid. Defaults to "URI".Method Detail |
public java.lang.String getPartyId()
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |