Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Field and Description |
---|---|
protected PathType |
WebserviceDescriptionType.jaxrpcMappingFile |
protected PathType |
ServiceRefType.jaxrpcMappingFile |
protected PathType |
IconType.largeIcon |
protected PathType |
IconType.smallIcon |
protected PathType |
WebserviceDescriptionType.wsdlFile |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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