org.apache.servicemix.jbi.framework.support
Class SUDescriptorProcessor

java.lang.Object
  extended by org.apache.servicemix.jbi.framework.support.SUDescriptorProcessor
All Implemented Interfaces:
EndpointProcessor

public class SUDescriptorProcessor
extends Object
implements EndpointProcessor

Retrieve interface implemented by the given endpoint using the SU jbi descriptors.

Author:
gnodet

Constructor Summary
SUDescriptorProcessor()
           
 
Method Summary
 void init(Registry reg)
          Initialize the processor
 void process(InternalEndpoint serviceEndpoint)
          Retrieve interface implemented by the given endpoint using the SU jbi descriptors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SUDescriptorProcessor

public SUDescriptorProcessor()
Method Detail

init

public void init(Registry reg)
Description copied from interface: EndpointProcessor
Initialize the processor

Specified by:
init in interface EndpointProcessor

process

public void process(InternalEndpoint serviceEndpoint)
Retrieve interface implemented by the given endpoint using the SU jbi descriptors.

Specified by:
process in interface EndpointProcessor
Parameters:
serviceEndpoint - the endpoint being checked


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.