com.anaptecs.jeaf.junit.impl.BusinessObjectTestPort Maven / Gradle / Ivy
/*
* Copyright 2004 - 2011 anaptecs GmbH Burgstr. 96, 72764 Reutlingen, Germany All rights reserved.
*/
package com.anaptecs.jeaf.junit.impl;
import com.anaptecs.jeaf.core.api.Component;
/**
* Implementation of port BusinessObjectTestPort.
*/
abstract class BusinessObjectTestPort extends BusinessObjectTestPortBase {
/**
* Initialize object.
*/
BusinessObjectTestPort( Component pComponent ) {
super(pComponent);
}
// ********************************************************************************************************************
// *
// * Add port specific implementation here. This implementation will be available for all services that are provided
// * by this port.
// *
// ********************************************************************************************************************
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy