|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.core.AbstractEnvironment
org.apache.muse.core.platform.axis2.AxisEnvironment
public class AxisEnvironment
AxisEnvironment is a concreteEnvironment for the Apache Axis2 SOAP engine. It provides all of the lower-level functionality that is abstracted through the Environment interface using the local file system and Axis2 context APIs.
Constructor Summary | |
---|---|
AxisEnvironment()
This constructor determines the value of the "real directory" - where the application is installed on the file system so that it can read local files when it needs to. |
Method Summary | |
---|---|
MessageHeaders |
convertContext()
Converts Axis2's OperationContext into the Muse addressing context, MessageHeaders. |
EndpointReference |
convertEPR(org.apache.axis2.addressing.EndpointReference axisEPR)
Converts Axis2's EPR type into our general one so that code isn't specific to the Axis2 platform. |
org.apache.axiom.om.OMElement |
convertToAxiom(Element xml)
Convert DOM to Axiom. |
Element |
convertToDOM(org.apache.axiom.om.OMElement axiom)
Convert Axiom to DOM. |
protected File |
createRealDirectory()
|
EndpointReference |
getDeploymentEPR()
|
File |
getRealDirectory()
|
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 |
---|
public AxisEnvironment()
Method Detail |
---|
public MessageHeaders convertContext()
public EndpointReference convertEPR(org.apache.axis2.addressing.EndpointReference axisEPR)
public org.apache.axiom.om.OMElement convertToAxiom(Element xml)
public Element convertToDOM(org.apache.axiom.om.OMElement axiom)
protected File createRealDirectory()
public EndpointReference getDeploymentEPR()
public File getRealDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |