Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.PathType

Packages that use PathType
org.apache.cxf.jaxws.javaee   
 

Uses of PathType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as PathType
protected  PathType WebserviceDescriptionType.jaxrpcMappingFile
           
protected  PathType ServiceRefType.jaxrpcMappingFile
           
protected  PathType IconType.largeIcon
           
protected  PathType IconType.smallIcon
           
protected  PathType WebserviceDescriptionType.wsdlFile
           
 

Methods in org.apache.cxf.jaxws.javaee that return PathType
 PathType ObjectFactory.createPathType()
          Create an instance of PathType
 PathType WebserviceDescriptionType.getJaxrpcMappingFile()
          Gets the value of the jaxrpcMappingFile property.
 PathType ServiceRefType.getJaxrpcMappingFile()
          Gets the value of the jaxrpcMappingFile property.
 PathType IconType.getLargeIcon()
          Gets the value of the largeIcon property.
 PathType IconType.getSmallIcon()
          Gets the value of the smallIcon property.
 PathType WebserviceDescriptionType.getWsdlFile()
          Gets the value of the wsdlFile property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type PathType
 void WebserviceDescriptionType.setJaxrpcMappingFile(PathType value)
          Sets the value of the jaxrpcMappingFile property.
 void ServiceRefType.setJaxrpcMappingFile(PathType value)
          Sets the value of the jaxrpcMappingFile property.
 void IconType.setLargeIcon(PathType value)
          Sets the value of the largeIcon property.
 void IconType.setSmallIcon(PathType value)
          Sets the value of the smallIcon property.
 void WebserviceDescriptionType.setWsdlFile(PathType value)
          Sets the value of the wsdlFile property.
 


Apache CXF API

Apache CXF