|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.security.sts.provider.model.secext.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.security.sts.provider.model.secext package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.security.sts.provider.model.secext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public EncodedString createEncodedString()
EncodedString
public SecurityTokenReferenceType createSecurityTokenReferenceType()
SecurityTokenReferenceType
public SecurityHeaderType createSecurityHeaderType()
SecurityHeaderType
public AttributedString createAttributedString()
AttributedString
public TransformationParametersType createTransformationParametersType()
TransformationParametersType
public PasswordString createPasswordString()
PasswordString
public KeyIdentifierType createKeyIdentifierType()
KeyIdentifierType
public UsernameTokenType createUsernameTokenType()
UsernameTokenType
public EmbeddedType createEmbeddedType()
EmbeddedType
public ReferenceType createReferenceType()
ReferenceType
public BinarySecurityTokenType createBinarySecurityTokenType()
BinarySecurityTokenType
public JAXBElement<EncodedString> createNonce(EncodedString value)
JAXBElement
<
EncodedString
>
}
public JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
JAXBElement
<
EmbeddedType
>
}
public JAXBElement<PasswordString> createPassword(PasswordString value)
JAXBElement
<
PasswordString
>
}
public JAXBElement<ReferenceType> createReference(ReferenceType value)
JAXBElement
<
ReferenceType
>
}
public JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
JAXBElement
<
SecurityHeaderType
>
}
public JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
JAXBElement
<
SecurityTokenReferenceType
>
}
public JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
JAXBElement
<
BinarySecurityTokenType
>
}
public JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
JAXBElement
<
KeyIdentifierType
>
}
public JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
JAXBElement
<
TransformationParametersType
>
}
public JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
JAXBElement
<
UsernameTokenType
>
}
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |