org.codehaus.xfire.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.

Author:
Dan Diephouse

Optional Element Summary
 String name
           
 String namespace
           
 Class type
           
 

type

public abstract Class type
Default:
org.codehaus.xfire.aegis.type.Type.class

name

public abstract String name
Default:
""

namespace

public abstract String namespace
Default:
""


Copyright © 2004-2013. All Rights Reserved.