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

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

public class WSDL1Processor
extends Object
implements EndpointProcessor

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

Author:
gnodet

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

Field Detail

WSDL1_NAMESPACE

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

WSDL1Processor

public WSDL1Processor()
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 1 description.

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


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