Uses of Class
org.apache.cxf.ws.addressing.AttributedURIType
-
Packages that use AttributedURIType Package Description org.apache.cxf.ws.addressing -
-
Uses of AttributedURIType in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing declared as AttributedURIType Modifier and Type Field Description protected AttributedURITypeProblemActionType. actionprotected AttributedURITypeEndpointReferenceType. addressMethods in org.apache.cxf.ws.addressing that return AttributedURIType Modifier and Type Method Description static 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.AttributedURITypeObjectFactory. createAttributedURIType()Create an instance ofAttributedURITypeAttributedURITypeAddressingProperties. getAction()Accessor for the Action property.AttributedURITypeProblemActionType. getAction()Gets the value of the action property.AttributedURITypeEndpointReferenceType. getAddress()Gets the value of the address property.static AttributedURITypeContextUtils. getAttributedURI(String uri)Helper method to get an attributed URI.AttributedURITypeAddressingProperties. getMessageID()Accessor for the MessageID property.AttributedURITypeAddressingProperties. getTo()Accessor for the To property.Methods in org.apache.cxf.ws.addressing that return types with arguments of type AttributedURIType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createAction(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createMessageID(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createProblemIRI(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createTo(AttributedURIType value)Methods in org.apache.cxf.ws.addressing with parameters of type AttributedURIType Modifier and Type Method Description static 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.javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createAction(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createMessageID(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createProblemIRI(AttributedURIType value)javax.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.
-