Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.jaxws.framework.policy
Interface PolicySubjectMetadata


public interface PolicySubjectMetadata


Nested Class Summary
static class PolicySubjectMetadata.ModuleType
           
static class PolicySubjectMetadata.Type
           
 
Method Summary
 String getApplicationName()
          Name of the deployed application.
 String getModuleName()
          Name of the deployed module, this name must be normalized across policy resource patterns, DMS nouns and topology node path.
 PolicySubjectMetadata.ModuleType getModuleType()
          PolicySubjectMetadata.ModuleType associated with the policy subject entity war: EJB, WAR
 QName getPortQName()
          QName for the policy subject entity.
 String getResourcePattern()
          Then PolicySubject resource pattern.
 String getSubjectName()
          Name of the SERVICE, REFERENCE or CALLBACK policy subject entity.
 PolicySubjectMetadata.Type getType()
          PolicySubject.Type which indicates the type of the entity that policy may be associated with: SERVICE, REFERENCE, CALLBACK
 

Method Detail

getType

PolicySubjectMetadata.Type getType()
PolicySubject.Type which indicates the type of the entity that policy may be associated with: SERVICE, REFERENCE, CALLBACK

Returns:
Type

getApplicationName

String getApplicationName()
Name of the deployed application. This name must be normalized across policy resource patterns, DMS nouns and topology node path.

Returns:
String

getSubjectName

String getSubjectName()
Name of the SERVICE, REFERENCE or CALLBACK policy subject entity.

Returns:
String

getPortQName

QName getPortQName()
QName for the policy subject entity.

Returns:
QName

getModuleType

PolicySubjectMetadata.ModuleType getModuleType()
PolicySubjectMetadata.ModuleType associated with the policy subject entity war: EJB, WAR

Returns:
ModuleType

getModuleName

String getModuleName()
Name of the deployed module, this name must be normalized across policy resource patterns, DMS nouns and topology node path.

Returns:
String

getResourcePattern

String getResourcePattern()
Then PolicySubject resource pattern.

Returns:
String

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01