BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.security.wsse
Class SecureSoapOutputStream

java.lang.Object
  extended byweblogic.xml.security.utils.XMLOutputStreamBase
      extended byweblogic.xml.security.wsse.SecureSoapOutputStream
All Implemented Interfaces:
weblogic.xml.security.utils.NSOutputStream, weblogic.xml.security.wsse.v200207.WSSEConstants, XMLOutputStream

Deprecated. please use new WS Security API

public class SecureSoapOutputStream
extends weblogic.xml.security.utils.XMLOutputStreamBase
implements weblogic.xml.security.wsse.v200207.WSSEConstants, XMLOutputStream

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.xml.security.utils.XMLOutputStreamBase
dest
 
Fields inherited from interface weblogic.xml.security.wsse.v200207.WSSEConstants
ATTR_ENCODING, ATTR_MUST_UNDERSTAND, ATTR_ROLE, ATTR_TYPE, ATTR_URI, ATTR_VALUETYPE, C14N_INCLUSIVE_NAMESPACES, C14N_INCLUSIVE_PROPERTY, DEFAULT_ENCODING, DEFAULT_PREFIX, DEFAULT_URI, DEFAULT_USERNAME_TOKEN_URI, DEFAULT_WSSE_PREFIX_URI, DEFAULT_X509_URI, ENCODING_BASE64, FAULT_FAILEDAUTHENTICATION, FAULT_FAILEDCHECK, FAULT_INVALIDSECURITY, FAULT_INVALIDSECURITYTOKEN, FAULT_SECURITYTOKENUNAVAILBLE, FAULT_UNSUPPORTEDALGORITHM, FAULT_UNSUPPORTEDSECURITYTOKEN, ID_NAMESPACES, OASIS_INTEROP_URI, PASSWORDTYPE_PASSWORDDIGEST, PASSWORDTYPE_PASSWORDTEXT, PROVIDED_URI, QNAME_ATTR_VALUETYPE, QNAME_FAULT_FAILEDAUTHENTICATION, QNAME_FAULT_FAILEDCHECK, QNAME_FAULT_INVALIDSECURITY, QNAME_FAULT_INVALIDSECURITYTOKEN, QNAME_FAULT_SECURITYTOKENUNAVAILBLE, QNAME_FAULT_UNSUPPORTEDALGORITHM, QNAME_FAULT_UNSUPPORTEDSECURITYTOKEN, QNAME_PASSWORDTYPE_PASSWORDTEXT, TAG_BINARY_SECURITY_TOKEN, TAG_KEY_IDENTIFIER, TAG_NONCE, TAG_PASSWORD, TAG_REFERENCE, TAG_SECURITY, TAG_SECURITY_TOKEN_REFERENCE, TAG_USERNAME, TAG_USERNAME_TOKEN, TC_BINARY_SECURITY_TOKEN, TC_KEY_IDENTIFIER, TC_PASSWORD, TC_REFERENCE, TC_SECURITY, TC_SECURITY_TOKEN_REFERNCE, TC_USERNAME, TC_USERNAME_TOKEN, USERNAME_TOKEN_URI, USERNAME_TOKEN_URI_PROP, VALUETYPE_PKCS7, VALUETYPE_PKIPATH, VALUETYPE_X509SKID, VALUETYPE_X509V3, WSSE_PREFIX_URI, WSSE_PREFIX_URI_PROP, WSSE_URI, WSSE_URI_PROPERTY, X509_URI, X509_URI_PROP
 
Constructor Summary
SecureSoapOutputStream(Security security, XMLOutputStream destination)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding)
          Deprecated.  
SecureSoapOutputStream(Security security, XMLOutputStream destination, String encoding, String soapNS)
          Deprecated.  
 
Method Summary
protected  void addXMLEvent(XMLEvent event)
          Deprecated.  
static void setSoapEnvPrefix(String soapPrefix)
          Deprecated.  
 
Methods inherited from class weblogic.xml.security.utils.XMLOutputStreamBase
add, add, add, add, addPrefix, clearLastStart, close, close, flush, getNamespaces, setDestination, setLastStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface weblogic.xml.stream.XMLOutputStream
add, add, add, add, close, close, flush
 

Constructor Detail

SecureSoapOutputStream

public SecureSoapOutputStream(Security security,
                              XMLOutputStream destination)
                       throws XMLStreamException,
                              SecurityProcessingException
Deprecated. 
Throws:
XMLStreamException
SecurityProcessingException

SecureSoapOutputStream

public SecureSoapOutputStream(Security security,
                              XMLOutputStream destination,
                              String encoding)
                       throws SecurityProcessingException
Deprecated. 

SecureSoapOutputStream

public SecureSoapOutputStream(Security security,
                              XMLOutputStream destination,
                              String encoding,
                              String soapNS)
                       throws SecurityProcessingException
Deprecated. 
Method Detail

addXMLEvent

protected void addXMLEvent(XMLEvent event)
                    throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

setSoapEnvPrefix

public static void setSoapEnvPrefix(String soapPrefix)
Deprecated.  

Parameters:
soapPrefix -

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.