Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.addressing.wsdl that return ServiceNameType
 ServiceNameType ObjectFactory.createServiceNameType()
          Create an instance of ServiceNameType
 

Methods in org.apache.cxf.ws.addressing.wsdl that return types with arguments of type ServiceNameType
 javax.xml.bind.JAXBElement<ServiceNameType> ObjectFactory.createServiceName(ServiceNameType value)
          Create an instance of JAXBElement<ServiceNameType>}
 

Methods in org.apache.cxf.ws.addressing.wsdl with parameters of type ServiceNameType
 javax.xml.bind.JAXBElement<ServiceNameType> ObjectFactory.createServiceName(ServiceNameType value)
          Create an instance of JAXBElement<ServiceNameType>}
 

Uses of ServiceNameType in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl that return types with arguments of type ServiceNameType
static javax.xml.bind.JAXBElement<ServiceNameType> EndpointReferenceUtils.getServiceNameType(QName serviceName, String portName)
           
 


Apache CXF API

Apache CXF