Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.PathType
Packages that use PathType
-
Uses of PathType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as PathTypeModifier and TypeFieldDescriptionprotected PathTypeServiceRefType.jaxrpcMappingFileprotected PathTypeWebserviceDescriptionType.jaxrpcMappingFileprotected PathTypeIconType.largeIconprotected PathTypeIconType.smallIconprotected PathTypeWebserviceDescriptionType.wsdlFileMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return PathTypeModifier and TypeMethodDescriptionObjectFactory.createPathType()Create an instance ofPathTypeServiceRefType.getJaxrpcMappingFile()Gets the value of the jaxrpcMappingFile property.WebserviceDescriptionType.getJaxrpcMappingFile()Gets the value of the jaxrpcMappingFile property.IconType.getLargeIcon()Gets the value of the largeIcon property.IconType.getSmallIcon()Gets the value of the smallIcon property.WebserviceDescriptionType.getWsdlFile()Gets the value of the wsdlFile property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type PathTypeModifier and TypeMethodDescriptionvoidServiceRefType.setJaxrpcMappingFile(PathType value) Sets the value of the jaxrpcMappingFile property.voidWebserviceDescriptionType.setJaxrpcMappingFile(PathType value) Sets the value of the jaxrpcMappingFile property.voidIconType.setLargeIcon(PathType value) Sets the value of the largeIcon property.voidIconType.setSmallIcon(PathType value) Sets the value of the smallIcon property.voidWebserviceDescriptionType.setWsdlFile(PathType value) Sets the value of the wsdlFile property.