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

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

public class WSDL2Processor
extends Object
implements EndpointProcessor

Retrieve interface implemented by the given endpoint using the WSDL 2 description.

Author:
gnodet

Field Summary
static String WSDL2_NAMESPACE
           
 
Constructor Summary
WSDL2Processor()
           
 
Method Summary
 void init(Registry reg)
          Initialize the processor
 void process(InternalEndpoint serviceEndpoint)
          Retrieve interface implemented by the given endpoint using the WSDL 2 description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL2_NAMESPACE

public static final String WSDL2_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

WSDL2Processor

public WSDL2Processor()
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 WSDL 2 description.

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


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