Class ServiceInterfaceStrategy

java.lang.Object
org.apache.camel.dataformat.soap.name.ServiceInterfaceStrategy
All Implemented Interfaces:
ElementNameStrategy

public class ServiceInterfaceStrategy extends Object implements ElementNameStrategy
Offers a finder for a webservice interface to determine the QName of a webservice data element
  • Constructor Details

    • ServiceInterfaceStrategy

      public ServiceInterfaceStrategy(Class<?> serviceInterface, boolean isClient)
      Init with JAX-WS service interface
      Parameters:
      serviceInterface -
      isClient - determines if marhalling looks at input or output of method
  • Method Details