Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.fabric.common.legacypolicy
Class LegacyPolicyConversion

java.lang.Object
  extended by oracle.fabric.common.legacypolicy.LegacyPolicyConversion


public class LegacyPolicyConversion
extends Object
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/fabric/common/legacypolicy/LegacyPolicyConversion.java /st_owsm/12 2009/02/01 07:16:30 vkdwived Exp $
Author:
prmitta

Constructor Summary
LegacyPolicyConversion(Element portElement, boolean isService)
           
LegacyPolicyConversion(SecurityConfigType portSecurityConfigType, Element operationElement, boolean isService)
           

 

Method Summary
 IPolicy createPolicy()
          This method converts the legacy policy into the 11g policy.
static Object fromXML(Node element)
           
 SecurityConfigType getOperationSecurityConfigType()
           
 SecurityConfigType getPortSecurityConfigType()
           
 SecurityConfigType getSecurityConfigType(Element root)
           
protected static Element importAndRenameElement(Document document, String name, Element element)
           
protected static void importChildren(Node source, Node target)
           
static void init()
           
 void processInboundOutbound(InboundConfigType inboundConfigType, OutboundConfigType outboundConfigType)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LegacyPolicyConversion

public LegacyPolicyConversion(SecurityConfigType portSecurityConfigType,
                              Element operationElement,
                              boolean isService)
                       throws WSMException
Throws:
WSMException

LegacyPolicyConversion

public LegacyPolicyConversion(Element portElement,
                              boolean isService)
                       throws WSMException
Throws:
WSMException

Method Detail

processInboundOutbound

public void processInboundOutbound(InboundConfigType inboundConfigType,
                                   OutboundConfigType outboundConfigType)
                            throws WSMException
Throws:
WSMException

init

public static void init()

getSecurityConfigType

public SecurityConfigType getSecurityConfigType(Element root)
                                         throws WSMException
Throws:
WSMException

getPortSecurityConfigType

public SecurityConfigType getPortSecurityConfigType()

getOperationSecurityConfigType

public SecurityConfigType getOperationSecurityConfigType()

createPolicy

public IPolicy createPolicy()
                     throws WSMException
This method converts the legacy policy into the 11g policy.
Returns:
Throws:
WSMException

fromXML

public static final Object fromXML(Node element)
                            throws PolicyParseFailedException
Throws:
PolicyParseFailedException

importAndRenameElement

protected static Element importAndRenameElement(Document document,
                                                String name,
                                                Element element)

importChildren

protected static void importChildren(Node source,
                                     Node target)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.