public class ObjectFactory
extends java.lang.Object
| Constructor and Description |
|---|
ObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
createCredential() |
CredentialType |
createCredentialType() |
Participant |
createParticipant() |
PrincipleListType |
createPrincipleListType() |
PrincipleRefType |
createPrincipleRefType() |
PropertiesType |
createPropertiesType() |
PropertyType |
createPropertyType() |
RefreshWorkflowContextRequest |
createRefreshWorkflowContextRequest() |
WorkflowContext |
createWorkflowContext() |
WorkflowContextType |
createWorkflowContextType() |
oracle.xml.parser.v2.XMLDocument |
getOwnerDocument() |
java.lang.Object |
getProperty(java.lang.String name) |
java.lang.Object |
getSchemaLocation() |
java.lang.Object |
newInstance(java.lang.Class javaContentInterface) |
void |
setOwnerDocument(oracle.xml.parser.v2.XMLDocument doc) |
void |
setProperty(java.lang.String name,
java.lang.Object value) |
java.lang.Object |
unmarshal(org.w3c.dom.Node node) |
public PrincipleRefType createPrincipleRefType()
public PropertiesType createPropertiesType()
public WorkflowContextType createWorkflowContextType()
public PropertyType createPropertyType()
public Participant createParticipant()
public WorkflowContext createWorkflowContext()
public CredentialType createCredentialType()
public PrincipleListType createPrincipleListType()
public RefreshWorkflowContextRequest createRefreshWorkflowContextRequest()
public Credential createCredential()
public java.lang.Object newInstance(java.lang.Class javaContentInterface)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionpublic java.lang.Object getProperty(java.lang.String name)
public void setProperty(java.lang.String name,
java.lang.Object value)
public java.lang.Object unmarshal(org.w3c.dom.Node node)
throws javax.xml.bind.UnmarshalException
javax.xml.bind.UnmarshalExceptionpublic void setOwnerDocument(oracle.xml.parser.v2.XMLDocument doc)
public oracle.xml.parser.v2.XMLDocument getOwnerDocument()
public java.lang.Object getSchemaLocation()
throws java.lang.Exception
java.lang.Exception