org.apache.cxf.aegis.type.java5
Annotation Type XmlParamType


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface XmlParamType

Annotates services method parameters to provide information about how they are to be serialized.


Optional Element Summary
 String name
           
 String namespace
           
 Class type
           
 

type

public abstract Class type
Default:
org.apache.cxf.aegis.type.AegisType.class

name

public abstract String name
Default:
""

namespace

public abstract String namespace
Default:
""


Apache CXF