Apache CXF API

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
 QName getName()
           
 

Method Detail

getName

QName getName()

Apache CXF API

Apache CXF