Annotation Type XmlParamType


@Retention(RUNTIME) @Target(PARAMETER) public @interface XmlParamType
Annotates services method parameters to provide information about how they are to be serialized.
  • Element Details

    • type

      Class<?> type
      Default:
      org.apache.cxf.aegis.type.AegisType.class
    • name

      String name
      Default:
      ""
    • namespace

      String namespace
      Default:
      ""