JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.cxf.aegis.type.java5
Annotation Type XmlParamType
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
XmlParamType
Annotates services method parameters to provide information about how they are to be serialized.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
String
namespace
Class
<?>
type
Element Details
type
Class
<?>
type
Default:
org.apache.cxf.aegis.type.AegisType.class
name
String
name
Default:
""
namespace
String
namespace
Default:
""