protected ExchangeProcessor createConsumerProcessor() {
return new ConsumerProcessor(this);
}
protected ServiceEndpoint createExternalEndpoint() {
return new ExternalEndpoint(getServiceUnit().getComponent().getEPRElementName(), getLocationURI(),
getService(), getEndpoint(), getInterfaceName());
}