Package | Description |
---|---|
org.apache.cxf.jaxws.handler.jakartaee |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Class and Description |
---|---|
class |
DisplayNameType
The display-name type contains a short name that is intended to be displayed by tools.
|
class |
FullyQualifiedClassType
The elements that use this type designate the name of a Java class or interface.
|
class |
PathType
The elements that use this type designate either a relative path or an absolute path starting with a "/".
|
Modifier and Type | Field and Description |
---|---|
protected CString |
PortComponentHandlerType.handlerName |
protected CString |
ParamValueType.paramName |
Modifier and Type | Field and Description |
---|---|
protected List<CString> |
PortComponentHandlerType.soapRole |
Modifier and Type | Method and Description |
---|---|
CString |
PortComponentHandlerType.getHandlerName()
Gets the value of the handlerName property.
|
CString |
ParamValueType.getParamName()
Gets the value of the paramName property.
|
Modifier and Type | Method and Description |
---|---|
List<CString> |
PortComponentHandlerType.getSoapRole()
Gets the value of the soapRole property.
|
Modifier and Type | Method and Description |
---|---|
void |
PortComponentHandlerType.setHandlerName(CString value)
Sets the value of the handlerName property.
|
void |
ParamValueType.setParamName(CString value)
Sets the value of the paramName property.
|
Apache CXF