package gov.samhsa.acs.xdsb.registry.wsclient; import gov.samhsa.schema.ds4p.xdsbregistry.message.RegistryRequest; import ihe.iti.xds_b._2007.XDSRegistry; import java.util.logging.Logger; import javax.jws.WebService; import oasis.names.tc.ebxml_regrep.xsd.query._3.AdhocQueryResponse; import org.hl7.v3.MCCIIN000002UV01; import org.hl7.v3.PRPAIN201301UV02; import org.hl7.v3.PRPAIN201302UV02; import org.hl7.v3.PRPAIN201304UV02; /** * This class was generated by Apache CXF 2.6.0 2012-11-21T08:25:58.844-05:00 * Generated source version: 2.6.0 * */ @WebService(serviceName = "DocumentRegistryService", portName = "XDSRegistry_HTTP_Endpoint", targetNamespace = "http://samhsa.gov/ds4p/XDSbRegistry/", wsdlLocation = "classpath:XDS.b_registry.net.wsdl", endpointInterface = "ihe.iti.xds_b._2007.XDSRegistry") public class XdsbRegistryServiceImplThrowingException implements XDSRegistry { private static final Logger LOG = Logger .getLogger(XdsbRegistryServiceImpl.class.getName()); protected static AdhocQueryResponse returnedValueOfRegistryStoredQuery; protected static MCCIIN000002UV01 returnedValueOfPatientRegistryRecordRevised; protected static MCCIIN000002UV01 returnedValueOfPatientRegistryRecordAdded; protected static MCCIIN000002UV01 returnedValueOfPatientRegistryDuplicatesResolved; /* * (non-Javadoc) * * @see * ihe.iti.xds_b._2007.XDSRegistry#deleteDocumentSet(com.microsoft.schemas * .message.RegistryRequest input )* */ @Override public Object deleteDocumentSet(RegistryRequest input) { LOG.info("Executing operation deleteDocumentSet"); throw new RuntimeException(); } /* * (non-Javadoc) * * @see * ihe.iti.xds_b._2007.XDSRegistry#patientRegistryDuplicatesResolved(com * .microsoft.schemas.message.RegistryRequest input )* */ @Override public MCCIIN000002UV01 patientRegistryDuplicatesResolved( PRPAIN201304UV02 input) { LOG.info("Executing operation patientRegistryDuplicatesResolved"); throw new RuntimeException(); } /* * (non-Javadoc) * * @see * ihe.iti.xds_b._2007.XDSRegistry#patientRegistryRecordAdded(com.microsoft * .schemas.message.RegistryRequest input )* */ @Override public MCCIIN000002UV01 patientRegistryRecordAdded(PRPAIN201301UV02 input) { LOG.info("Executing operation patientRegistryRecordAdded"); throw new RuntimeException(); } /* * (non-Javadoc) * * @see * ihe.iti.xds_b._2007.XDSRegistry#patientRegistryRecordRevised(com.microsoft * .schemas.message.RegistryRequest input )* */ @Override public MCCIIN000002UV01 patientRegistryRecordRevised(PRPAIN201302UV02 input) { LOG.info("Executing operation patientRegistryRecordRevised"); throw new RuntimeException(); } /* * (non-Javadoc) * * @see * ihe.iti.xds_b._2007.XDSRegistry#registerDocumentSet(com.microsoft.schemas * .message.RegistryRequest input )* */ @Override public Object registerDocumentSet(RegistryRequest input) { LOG.info("Executing operation registerDocumentSet"); throw new RuntimeException(); } /* * (non-Javadoc) * * @see ihe.iti.xds_b._2007.XDSRegistry#registryStoredQuery(oasis.names.tc. * ebxml_regrep.xsd.query._3.AdhocQueryRequest input )* */ @Override public AdhocQueryResponse registryStoredQuery( oasis.names.tc.ebxml_regrep.xsd.query._3.AdhocQueryRequest input) { LOG.info("Executing operation registryStoredQuery"); throw new RuntimeException(); } /* * (non-Javadoc) * * @see * ihe.iti.xds_b._2007.XDSRegistry#updateDocumentSet(com.microsoft.schemas * .message.RegistryRequest input )* */ @Override public Object updateDocumentSet(RegistryRequest input) { LOG.info("Executing operation updateDocumentSet"); throw new RuntimeException(); } }