Uses of Class
org.apache.cxf.ws.addressing.MetadataType
-
Packages that use MetadataType Package Description org.apache.cxf.ws.addressing -
-
Uses of MetadataType in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing declared as MetadataType Modifier and Type Field Description protected MetadataTypeEndpointReferenceType. metadataMethods in org.apache.cxf.ws.addressing that return MetadataType Modifier and Type Method Description MetadataTypeObjectFactory. createMetadataType()Create an instance ofMetadataTypeMetadataTypeEndpointReferenceType. getMetadata()Gets the value of the metadata property.static MetadataTypeEndpointReferenceUtils. getSetMetadata(EndpointReferenceType ref)Methods in org.apache.cxf.ws.addressing that return types with arguments of type MetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataType>ObjectFactory. createMetadata(MetadataType value)Methods in org.apache.cxf.ws.addressing with parameters of type MetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataType>ObjectFactory. createMetadata(MetadataType value)voidEndpointReferenceType. setMetadata(MetadataType value)Sets the value of the metadata property.
-