org.apache.servicemix.jbi.framework.support
Class WSDL2Processor
java.lang.Object
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
|
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 |
WSDL2_NAMESPACE
public static final String WSDL2_NAMESPACE
- See Also:
- Constant Field Values
WSDL2Processor
public WSDL2Processor()
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.