Package com.fifa.connectid.sdk
Class PersonLocalSender
- java.lang.Object
-
- com.fifa.connectid.sdk.PersonLocalSender
-
public class PersonLocalSender extends Object
-
-
Constructor Summary
Constructors Constructor Description PersonLocalSender(com.fifa.connectservicebus.sdk.FifaConnectServiceBusClient serviceBusClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(com.fifa.fc.PersonLocal personLocal, String recipient, String messageType)Sends person data to the specified recipient
-
-
-
Method Detail
-
send
public void send(com.fifa.fc.PersonLocal personLocal, String recipient, String messageType) throws ValidationException, UnauthorizedException, com.fifa.connectservicebus.sdk.FifaConnectServiceBusException, javax.xml.bind.JAXBException, IOException, XmlSerializationException, SAXExceptionSends person data to the specified recipient- Parameters:
personLocal- Person details using FIFA Data Standardrecipient- System Identifier of the data receivermessageType- The message identifier agreed between the sending and the receiving party- Throws:
ValidationExceptionUnauthorizedExceptioncom.fifa.connectservicebus.sdk.FifaConnectServiceBusExceptionjavax.xml.bind.JAXBExceptionIOExceptionXmlSerializationExceptionSAXException
-
-