Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.provider
Class DynamicEndpointNameHelper

java.lang.Object
  extended by oracle.webservices.provider.DynamicEndpointNameHelper


public abstract class DynamicEndpointNameHelper
extends Object

Constructor Summary
DynamicEndpointNameHelper()
           

 

Method Summary
abstract  String createObjectName(oracle.j2ee.ws.server.management.mbeans.ExtendedModelMBean object)
           
abstract  String getApplicationName()
           
abstract  String getApplicationNounType()
           
abstract  String getModuleName()
           
abstract  String getModuleNameNounType()
           
abstract  String getModuleType()
           
abstract  String getModuleTypeNounType()
           
abstract  String getPlatformPrefix()
           
abstract  String getPortName()
           
abstract  String getPortNounType()
           
abstract  String getPortsNounType()
           
abstract  String getResourcePatternDomain()
           
abstract  String getServiceName()
           
abstract  String getServiceNounType()
           
abstract  String getWebserviceOperationNounType()
           
abstract  String getWebservicesNounType()
           

 

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

 

Constructor Detail

DynamicEndpointNameHelper

public DynamicEndpointNameHelper()

Method Detail

getApplicationName

public abstract String getApplicationName()

getApplicationNounType

public abstract String getApplicationNounType()

getModuleName

public abstract String getModuleName()

getModuleNameNounType

public abstract String getModuleNameNounType()

getResourcePatternDomain

public abstract String getResourcePatternDomain()

getModuleType

public abstract String getModuleType()

getModuleTypeNounType

public abstract String getModuleTypeNounType()

getServiceNounType

public abstract String getServiceNounType()

getPortNounType

public abstract String getPortNounType()

getPortName

public abstract String getPortName()

getServiceName

public abstract String getServiceName()

createObjectName

public abstract String createObjectName(oracle.j2ee.ws.server.management.mbeans.ExtendedModelMBean object)

getWebservicesNounType

public abstract String getWebservicesNounType()

getPortsNounType

public abstract String getPortsNounType()

getPlatformPrefix

public abstract String getPlatformPrefix()

getWebserviceOperationNounType

public abstract String getWebserviceOperationNounType()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.