Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.v200408.ServiceNameType

Packages that use ServiceNameType
org.apache.cxf.ws.addressing.v200408   
 

Uses of ServiceNameType in org.apache.cxf.ws.addressing.v200408
 

Fields in org.apache.cxf.ws.addressing.v200408 declared as ServiceNameType
protected  ServiceNameType EndpointReferenceType.serviceName
           
 

Methods in org.apache.cxf.ws.addressing.v200408 that return ServiceNameType
 ServiceNameType ObjectFactory.createServiceNameType()
          Create an instance of ServiceNameType
 ServiceNameType EndpointReferenceType.getServiceName()
          Gets the value of the serviceName property.
 

Methods in org.apache.cxf.ws.addressing.v200408 with parameters of type ServiceNameType
 void EndpointReferenceType.setServiceName(ServiceNameType value)
          Sets the value of the serviceName property.
 


Apache CXF API

Apache CXF