org.apache.qpid.management.wsdm.muse.engine
Class WSDMAdapterEnvironment

java.lang.Object
  extended by org.apache.muse.core.AbstractEnvironment
      extended by org.apache.qpid.management.wsdm.muse.engine.WSDMAdapterEnvironment
All Implemented Interfaces:
org.apache.muse.core.Environment

public class WSDMAdapterEnvironment
extends org.apache.muse.core.AbstractEnvironment

QMan Adapter enviroment implementation.


Constructor Summary
WSDMAdapterEnvironment(ServletContext servletContext)
          Builds a new qman environment with the given application context.
 
Method Summary
 String getContextPath()
          Returns the context path name of QMan application.
 String getDefaultURIPrefix()
          Returns the default endpoint reference URI.
 org.apache.muse.ws.addressing.EndpointReference getDeploymentEPR()
          Returns the endpoint created starting by this application default URI.
 File getRealDirectory()
          Returns the application classes folder.
 
Methods inherited from class org.apache.muse.core.AbstractEnvironment
addAddressingContext, createRelativePath, createSoapClient, getAddressingContext, getClassLoader, getDataResource, getDataResourceStream, getDefaultEPR, getDefaultURI, getDeploymentURI, getDocument, getSoapClient, removeAddressingContext, setDefaultURI, setSoapClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDMAdapterEnvironment

public WSDMAdapterEnvironment(ServletContext servletContext)
Builds a new qman environment with the given application context.

Parameters:
servletContext - the application context.
Method Detail

getDeploymentEPR

public org.apache.muse.ws.addressing.EndpointReference getDeploymentEPR()
Returns the endpoint created starting by this application default URI.

Returns:
the endpoint created starting by this application default URI.

getRealDirectory

public File getRealDirectory()
Returns the application classes folder.

Returns:
the application classes folder.

getDefaultURIPrefix

public String getDefaultURIPrefix()
Returns the default endpoint reference URI.

Returns:
the default endpoint reference URI.

getContextPath

public String getContextPath()
Returns the context path name of QMan application.

Returns:
the context path name of QMan application.


Licensed to the Apache Software Foundation