| |
|
| com.sun.xml.ws.security.secext10.KeyIdentifierType com.sun.xml.ws.security.opt.impl.reference.KeyIdentifier
KeyIdentifier | public KeyIdentifier(SOAPVersion sv)(Code) | | Creates a new instance of KeyIdentifier
|
getEncodingType | public String getEncodingType()(Code) | | the encodingType attribute |
getLocalPart | public String getLocalPart()(Code) | | Gets the local name of this header element.
this string must be interned. |
getNamespaceURI | public String getNamespaceURI()(Code) | | namespace uri of Keyidentifier. |
getReferenceValue | public String getReferenceValue()(Code) | | the referenced value by this key identifier |
getType | public String getType()(Code) | | the reference type used |
getValueType | public String getValueType()(Code) | | the valueType attribute for KeyIdentifier |
refersToSecHdrWithId | public boolean refersToSecHdrWithId(String id)(Code) | | Parameters: id - |
setEncodingType | public void setEncodingType(String value)(Code) | | Parameters: value - the encodingType attribute |
setReferenceValue | public void setReferenceValue(String referenceValue)(Code) | | Parameters: referenceValue - the referenced value by this keyIdentifier |
setValueType | public void setValueType(String valueType)(Code) | | Parameters: valueType - the valueType attribute for KeyIdentifier |
Fields inherited from com.sun.xml.ws.security.secext10.KeyIdentifierType | protected String valueType(Code)(Java Doc)
|
|
|
|