JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Apache CXF API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.cxf.service.model
Interface NamedItem
All Known Implementing Classes:
AbstractMessageContainer
,
BindingInfo
,
DescriptionInfo
,
EndpointInfo
,
FaultInfo
,
InterfaceInfo
,
MessageInfo
,
MessagePartInfo
,
OperationInfo
,
ServiceInfo
,
SoapBindingInfo
,
UnwrappedOperationInfo
public interface
NamedItem
All elements of the service model that are named by a QName implement this interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
QName
getName
()
Method Detail
getName
QName
getName()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Apache CXF API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Apache CXF