|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.soap.providers.IdentityMapping
This class allow the mapping of protocol level identity to provider specific identity. Refer to IdentityMapping.xsd for the schema for identity mapping. To use this class: create an instance of this class and then call getMappedIdentity(String) to get the mapped identity. If a null is returned by this method then it implies that the identity was not mapped created: 02/15/2001
IdentityMapping.xsd
Field Summary | |
static java.lang.String |
NS_URI Namespace URI for IdentityMapping.xsd |
Constructor Summary | |
IdentityMapping(Document document) Constructor which takes Document as a parameter. |
|
IdentityMapping(Element element) Constructor which takes Element as a parameter. |
|
IdentityMapping(java.io.InputStream is) Constructor which takes InputStream as a parameter |
|
IdentityMapping(java.lang.String filename) Constructor which takes file name as a parameter. |
|
IdentityMapping(java.net.URL url) Constructor which takes URL as a parameter |
Method Summary | |
java.lang.String |
getMappedIdentity(java.lang.String from) Get the provider specific identity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NS_URI
Constructor Detail |
public IdentityMapping(java.lang.String filename) throws SOAPException
java.io.IOException
- if there is a problem reading the fileParserConfigurationException
- if there is a problem getting the document builderSAXException
- if there is a problem parsing the fileSOAPException
public IdentityMapping(java.net.URL url) throws java.io.IOException, SOAPException
java.io.IOException
- if there is a problem reading the fileParserConfigurationException
- if there is a problem getting the document builderSAXException
- if there is a problem parsing the fileSOAPException
public IdentityMapping(java.io.InputStream is) throws SOAPException
java.io.IOException
- if there is a problem reading the fileParserConfigurationException
- if there is a problem getting the document builderSAXException
- if there is a problem parsing the fileSOAPException
public IdentityMapping(Document document)
document
- document containing the identity map informationpublic IdentityMapping(Element element)
element
- Element containing the identity map informationMethod Detail |
public java.lang.String getMappedIdentity(java.lang.String from)
from
- protocol level identity
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |