Uses of Class
org.apache.cxf.ws.addressing.AttributedURIType
Packages that use AttributedURIType
-
Uses of AttributedURIType in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing declared as AttributedURITypeModifier and TypeFieldDescriptionprotected AttributedURITypeProblemActionType.actionprotected AttributedURITypeEndpointReferenceType.addressMethods in org.apache.cxf.ws.addressing that return AttributedURITypeModifier and TypeMethodDescriptionstatic AttributedURITypeVersionTransformer.convert(AttributedURI exposed) Convert from 2004/03 AttributedURI to 2005/08 AttributedURI.static AttributedURITypeVersionTransformer.convert(AttributedURI exposed) Convert from 2004/08 AttributedURI to 2005/08 AttributedURI.ObjectFactory.createAttributedURIType()Create an instance ofAttributedURITypeAddressingProperties.getAction()Accessor for the Action property.ProblemActionType.getAction()Gets the value of the action property.EndpointReferenceType.getAddress()Gets the value of the address property.static AttributedURITypeContextUtils.getAttributedURI(String uri) Helper method to get an attributed URI.AddressingProperties.getMessageID()Accessor for the MessageID property.AddressingProperties.getTo()Accessor for the To property.Methods in org.apache.cxf.ws.addressing that return types with arguments of type AttributedURITypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createAction(AttributedURIType value) jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createMessageID(AttributedURIType value) jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createProblemIRI(AttributedURIType value) jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createTo(AttributedURIType value) Methods in org.apache.cxf.ws.addressing with parameters of type AttributedURITypeModifier and TypeMethodDescriptionstatic AttributedURIVersionTransformer.convert(AttributedURIType internal) Convert from 2005/08 AttributedURI to 2004/08 AttributedURI.static AttributedURIVersionTransformer.convertTo200403(AttributedURIType internal) Convert from 2005/08 AttributedURI to 2004/03 AttributedURI.jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createAction(AttributedURIType value) jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createMessageID(AttributedURIType value) jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createProblemIRI(AttributedURIType value) jakarta.xml.bind.JAXBElement<AttributedURIType>ObjectFactory.createTo(AttributedURIType value) static EndpointReferenceTypeEndpointReferenceUtils.getEndpointReference(AttributedURIType address) voidAddressingProperties.setAction(AttributedURIType iri) Mutator for the Action property.voidProblemActionType.setAction(AttributedURIType value) Sets the value of the action property.voidEndpointReferenceType.setAddress(AttributedURIType value) Sets the value of the address property.voidAddressingProperties.setMessageID(AttributedURIType iri) Mutator for the MessageID property.voidAddressingProperties.setTo(AttributedURIType t) Mutator for the To property.