Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.PathType
-
Packages that use PathType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of PathType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as PathType Modifier and Type Field Description protected PathTypeServiceRefType. jaxrpcMappingFileprotected PathTypeWebserviceDescriptionType. jaxrpcMappingFileprotected PathTypeIconType. largeIconprotected PathTypeIconType. smallIconprotected PathTypeWebserviceDescriptionType. wsdlFileMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return PathType Modifier and Type Method Description PathTypeObjectFactory. createPathType()Create an instance ofPathTypePathTypeServiceRefType. getJaxrpcMappingFile()Gets the value of the jaxrpcMappingFile property.PathTypeWebserviceDescriptionType. getJaxrpcMappingFile()Gets the value of the jaxrpcMappingFile property.PathTypeIconType. getLargeIcon()Gets the value of the largeIcon property.PathTypeIconType. getSmallIcon()Gets the value of the smallIcon property.PathTypeWebserviceDescriptionType. getWsdlFile()Gets the value of the wsdlFile property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type PathType Modifier and Type Method Description voidServiceRefType. 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.
-