Uses of Interface
org.opensaml.core.xml.schema.XSQName
-
Packages that use XSQName Package Description org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements.org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces.org.opensaml.soap.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements.org.opensaml.soap.wsaddressing.impl XML Object provider implementations for WS-Addressing. -
-
Uses of XSQName in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XSQName Modifier and Type Class Description classXSQNameImplConcrete implementation ofXSQName.Methods in org.opensaml.core.xml.schema.impl that return XSQName Modifier and Type Method Description XSQNameXSQNameBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name. -
Uses of XSQName in org.opensaml.saml.saml1.core
Subinterfaces of XSQName in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceRespondWithThis interface defines how the (deprecated) RespondWith element would behave. -
Uses of XSQName in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement XSQName Modifier and Type Class Description classRespondWithImplImplementation ofRespondWith. -
Uses of XSQName in org.opensaml.soap.soap11
Subinterfaces of XSQName in org.opensaml.soap.soap11 Modifier and Type Interface Description interfaceFaultCodeSOAP 1.1 faultcode. -
Uses of XSQName in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement XSQName Modifier and Type Class Description classFaultCodeImplConcrete implementation ofFaultCode. -
Uses of XSQName in org.opensaml.soap.wsaddressing
Subinterfaces of XSQName in org.opensaml.soap.wsaddressing Modifier and Type Interface Description interfaceAttributedQNameInterface for type <wsa:AttributedQName>.interfaceProblemHeaderQNameInterface for element <wsa:ProblemHeaderQName>. -
Uses of XSQName in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement XSQName Modifier and Type Class Description classAttributedQNameImplImplementation ofAttributedQName.classProblemHeaderQNameImplConcrete implementation for theProblemHeaderQNameelement.
-