Uses of Class
org.apache.axis2.jaxws.description.xml.handler.PathType
-
Packages that use PathType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of PathType in org.apache.axis2.jaxws.description.xml.handler
Fields in org.apache.axis2.jaxws.description.xml.handler declared as PathType Modifier and Type Field Description protected PathTypeServiceRefType. jaxrpcMappingFileprotected PathTypeIconType. largeIconprotected PathTypeIconType. smallIconMethods in org.apache.axis2.jaxws.description.xml.handler that return PathType Modifier and Type Method Description PathTypeObjectFactory. createPathType()Create an instance ofPathTypePathTypeServiceRefType. 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.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type PathType Modifier and Type Method Description voidServiceRefType. 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.
-