|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.description.AxisDescription org.apache.axis2.description.AxisService
public class AxisService
Class AxisService
Field Summary | |
---|---|
static java.lang.String |
IMPORT_TAG
|
static java.lang.String |
INCLUDE_TAG
|
static java.lang.String |
SCHEMA_LOCATION
|
static java.lang.String |
SUPPORT_SINGLE_OP
If this param is true, and the service has exactly one AxisOperation, normal operation dispatch (via URI/soapAction/etc) will not be necessary, and we'll just default to funneling all messages to that op. |
Fields inherited from class org.apache.axis2.description.AxisDescription |
---|
engagedModules, parameterObservers, parent |
Fields inherited from interface org.apache.axis2.description.DescriptionConstants |
---|
CLASSLOADER_KEY, CONTEXTPATH_KEY, EXECUTION_CHAIN_KEY, EXECUTION_FAULT_CHAIN_KEY, EXECUTION_OUT_CHAIN_KEY, IN_FAULTFLOW_KEY, INFLOW_KEY, MESSAGE_RECEIVER_KEY, MODULEREF_KEY, OPERATION_KEY, OUT_FAULTFLOW_KEY, OUTFLOW_KEY, PARAMETER_KEY, PHASES_KEY, SERVICE_CLASS_NAME, STYLE_KEY |
Constructor Summary | |
---|---|
AxisService()
Constructor AxisService. |
|
AxisService(java.lang.String name)
Constructor AxisService. |
Method Summary | |
---|---|
void |
addDataLocatorClassNames(java.lang.String dialect,
java.lang.String dataLocatorClassName)
Save data Locator configured at service level for this Axis Service |
void |
addEndpoint(java.lang.String key,
AxisEndpoint axisEndpoint)
|
void |
addExposedTransport(java.lang.String transport)
|
void |
addHttpLocationDispatcherString(java.lang.String string,
AxisOperation axisOperation)
Maps an constant string in the whttp:location to the given operation. |
void |
addMessageContextListener(MessageContextListener scl)
Add a ServiceContextListener |
void |
addMessageElementQNameToOperationMapping(QName messageElementQName,
AxisOperation operation)
Add an entry to the map between element QNames in WSDL messages and AxisOperations for this service. |
void |
addMessageReceiver(java.lang.String mepURI,
MessageReceiver messageReceiver)
|
void |
addModuleConfig(ModuleConfiguration moduleConfiguration)
Adds module configuration , if there is moduleConfig tag in service. |
void |
addModuleref(java.lang.String moduleref)
|
void |
addOperation(AxisOperation axisOperation)
Method addOperation. |
void |
addSchema(java.util.Collection schemas)
|
void |
addSchema(org.apache.ws.commons.schema.XmlSchema schema)
|
void |
attachEnvelopeEvent(MessageContext mc)
Signal an Attach Envelope Event |
void |
attachServiceContextEvent(ServiceContext sc,
MessageContext mc)
Signal an Attach ServiceContext Event |
static AxisService |
createClientSideAxisService(javax.wsdl.Definition wsdlDefinition,
QName wsdlServiceName,
java.lang.String portName,
Options options)
|
static AxisService |
createClientSideAxisService(java.net.URL wsdlURL,
QName wsdlServiceName,
java.lang.String portName,
Options options)
To create a AxisService for a given WSDL and the created client is most suitable for client side invocation not for server side invocation. |
static AxisService |
createService(java.lang.String implClass,
AxisConfiguration axisConfig)
To create an AxisService using given service impl class name first generate schema corresponding to the given java class , next for each methods AxisOperation will be created. |
static AxisService |
createService(java.lang.String implClass,
AxisConfiguration axisConfiguration,
java.util.Map messageReceiverClassMap,
java.lang.String targetNamespace,
java.lang.String schemaNamespace,
java.lang.ClassLoader loader)
messageReceiverClassMap will hold the MessageReceivers for given meps. |
static AxisService |
createService(java.lang.String implClass,
java.lang.String serviceName,
AxisConfiguration axisConfiguration,
java.util.Map messageReceiverClassMap,
java.lang.String targetNamespace,
java.lang.ClassLoader loader,
SchemaGenerator schemaGenerator,
AxisService axisService)
messageReceiverClassMap will hold the MessageReceivers for given meps. |
AxisServiceGroup |
getAxisServiceGroup()
|
java.lang.String |
getBindingName()
|
java.lang.ClassLoader |
getClassLoader()
Method getClassLoader. |
java.util.ArrayList |
getControlOperations()
Gets the control operation which are added by module like RM. |
java.lang.String |
getCustomSchemaNamePrefix()
|
java.lang.String |
getCustomSchemaNameSuffix()
|
Data[] |
getData(DataRetrievalRequest request,
MessageContext msgContext)
Find a data locator from the available data locators (both configured and default ones) to retrieve Metadata or data specified in the request. |
AxisDataLocator |
getDataLocator(LocatorType locatorType,
java.lang.String dialect)
|
AxisEndpoint |
getEndpoint(java.lang.String key)
|
java.lang.String |
getEndpointName()
get the endpointName |
java.util.Map |
getEndpoints()
|
java.lang.String |
getEndpointURL()
|
java.util.HashMap |
getEpMap()
|
java.lang.String[] |
getEPRs()
|
ExcludeInfo |
getExcludeInfo()
|
java.util.List |
getExposedTransports()
|
java.net.URL |
getFileName()
|
AxisDataLocator |
getGlobalDataLocator(java.lang.String dialect)
|
java.util.List |
getImportedNamespaces()
Get the namespaces associated with imported WSDLs |
java.lang.Object |
getKey()
|
long |
getLastupdate()
Deprecated. please use getLastUpdate |
long |
getLastUpdate()
|
MessageReceiver |
getMessageReceiver(java.lang.String mepURL)
|
ModuleConfiguration |
getModuleConfig(java.lang.String moduleName)
|
java.util.ArrayList |
getModules()
|
java.lang.String |
getName()
|
java.util.Map |
getNamespaceMap()
Get the namespace map for this service. |
java.util.Map |
getNameSpacesMap()
Deprecated. please use getNamespaceMap() |
ObjectSupplier |
getObjectSupplier()
|
AxisOperation |
getOperation(QName operationName)
Method getOperation. |
AxisOperation |
getOperationByAction(java.lang.String action)
Returns the AxisOperation which has been mapped to the given alias. |
AxisOperation |
getOperationByMessageElementQName(QName messageElementQName)
Look up an AxisOperation for this service based off of an element QName from a WSDL message element. |
AxisOperation |
getOperationBySOAPAction(java.lang.String soapAction)
Returns the operation given a SOAP Action. |
java.util.Iterator |
getOperations()
Method getOperations. |
java.util.List |
getOperationsNameList()
|
java.util.Map |
getP2nMap()
|
java.lang.String |
getPortTypeName()
Deprecated. use AxisService#getEndpointName() instead. |
java.util.ArrayList |
getPublishedOperations()
Gets only the published operations. |
java.util.ArrayList |
getSchema()
|
org.apache.ws.commons.schema.XmlSchema |
getSchema(int index)
|
org.apache.ws.commons.schema.XmlSchemaElement |
getSchemaElement(QName elementQName)
|
java.util.Map |
getSchemaMappingTable()
|
java.lang.String |
getSchematargetNamespace()
Deprecated. please use getSchemaTargetNamespace |
java.lang.String |
getSchemaTargetNamespace()
|
java.lang.String |
getSchemaTargetNamespacePrefix()
|
java.lang.String |
getScope()
|
java.lang.String |
getServiceDescription()
Deprecated. Use getDocumentation() instead |
ServiceLifeCycle |
getServiceLifeCycle()
|
java.lang.String |
getSoapNsUri()
get the SOAPVersion |
java.lang.String |
getTargetNamespace()
|
java.lang.String |
getTargetNamespacePrefix()
|
TypeTable |
getTypeTable()
|
java.lang.String |
getWSAddressingFlag()
Deprecated. Use AddressingHelper.getAddressingRequirementParemeterValue |
boolean |
hasMessageContextListener(java.lang.Class cls)
|
boolean |
isActive()
|
boolean |
isClientSide()
|
boolean |
isCustomWsdl()
|
boolean |
isElementFormDefault()
|
boolean |
isEnableAllTransports()
|
boolean |
isExposedTransport(java.lang.String transport)
|
boolean |
isModifyUserWSDLPortAddress()
By default the port address in user WSDLs is modified, set the following parameter to override this behaviour |
boolean |
isSchemaLocationsAdjusted()
|
boolean |
isUseDefaultChains()
|
boolean |
isUseUserWSDL()
User can set a parameter in services.xml saying he want to show the original wsdl that he put into META-INF once someone ask for ?wsdl so if you want to use your own wsdl then add following parameter into services.xml |
boolean |
isWsdlFound()
|
protected AxisDataLocator |
loadDataLocator(java.lang.String className)
|
org.apache.neethi.Policy |
lookupPolicy(java.lang.String key)
|
void |
mapActionToOperation(java.lang.String action,
AxisOperation axisOperation)
Maps an alias (such as a SOAPAction, WSA action, or an operation name) to the given AxisOperation. |
void |
onDisengage(AxisModule module)
|
void |
onEngage(AxisModule axisModule,
AxisDescription engager)
Engages a module. |
java.util.Map |
populateSchemaMappings()
|
java.util.Map |
populateSchemaMappings(boolean overrideAbsoluteAddress)
runs the schema mappings if it has not been run previously it is best that this logic be in the axis service since one can call the axis service to populate the schema mappings |
void |
printSchema(java.io.OutputStream out)
|
void |
printUserWSDL(java.io.OutputStream out,
java.lang.String wsdlName)
|
void |
printWSDL(java.io.OutputStream out)
Print the WSDL with a default URL. |
void |
printWSDL(java.io.OutputStream out,
java.lang.String requestIP)
Produces a WSDL for this AxisService and prints it to the specified OutputStream. |
void |
printWSDL2(java.io.OutputStream out)
Print the WSDL2.0 with a default URL. |
void |
printWSDL2(java.io.OutputStream out,
java.lang.String requestIP)
|
int |
printXSD(java.io.OutputStream out,
java.lang.String xsd)
Produces a XSD for this AxisService and prints it to the specified OutputStream. |
void |
registerPolicy(java.lang.String key,
org.apache.neethi.Policy policy)
|
void |
releaseSchemaList()
Release the list of schema objects. |
void |
removeExposedTransport(java.lang.String transport)
|
void |
removeMessageContextListener(MessageContextListener scl)
Remove a ServiceContextListener |
void |
removeOperation(QName opName)
|
void |
setActive(boolean active)
|
void |
setBindingName(java.lang.String bindingName)
|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Method setClassLoader. |
void |
setClientSide(boolean clientSide)
|
void |
setCustomSchemaNamePrefix(java.lang.String customSchemaNamePrefix)
|
void |
setCustomSchemaNameSuffix(java.lang.String customSchemaNameSuffix)
|
void |
setCustomWsdl(boolean customWsdl)
|
void |
setElementFormDefault(boolean elementFormDefault)
|
void |
setEnableAllTransports(boolean enableAllTransports)
To eneble service to be expose in all the transport |
void |
setEndpointName(java.lang.String endpoint)
|
void |
setEndpointURL(java.lang.String endpointURL)
|
void |
setEpMap(java.util.HashMap epMap)
|
void |
setEPRs(java.lang.String[] eprs)
|
void |
setExcludeInfo(ExcludeInfo excludeInfo)
|
void |
setExposedTransports(java.util.List transports)
|
void |
setFileName(java.net.URL fileName)
|
void |
setImportedNamespaces(java.util.List importedNamespaces)
Set the namespaces associated with imported WSDLs |
void |
setLastupdate()
Deprecated. please use setLastUpdate |
void |
setLastUpdate()
Sets the current time as last update time of the service. |
void |
setMessageElementQNameToOperationMap(java.util.Map messageElementQNameToOperationMap)
Set the map of WSDL message element QNames to AxisOperations for this service. |
void |
setName(java.lang.String name)
|
void |
setNamespaceMap(org.apache.ws.commons.schema.utils.NamespaceMap namespaceMap)
|
void |
setNameSpacesMap(org.apache.ws.commons.schema.utils.NamespaceMap nameSpacesMap)
Deprecated. please use setNamespaceMap |
void |
setObjectSupplier(ObjectSupplier objectSupplier)
|
void |
setOperationsNameList(java.util.List operationsNameList)
|
void |
setP2nMap(java.util.Map p2nMap)
|
void |
setParent(AxisServiceGroup parent)
|
void |
setPortTypeName(java.lang.String portTypeName)
Deprecated. use AxisService#setEndpointName() instead |
void |
setSchemaLocationsAdjusted(boolean schemaLocationsAdjusted)
|
void |
setSchemaMappingTable(java.util.Map schemaMappingTable)
|
void |
setSchemaTargetNamespace(java.lang.String schematargetNamespace)
|
void |
setSchematargetNamespacePrefix(java.lang.String schematargetNamespacePrefix)
Deprecated. please use setSchemaTargetNamespacePrefix |
void |
setSchemaTargetNamespacePrefix(java.lang.String schematargetNamespacePrefix)
|
void |
setScope(java.lang.String scope)
|
void |
setServiceDescription(java.lang.String documentation)
Deprecated. Use setDocumentation() instead |
void |
setServiceLifeCycle(ServiceLifeCycle serviceLifeCycle)
|
void |
setSoapNsUri(java.lang.String soapNsUri)
|
void |
setTargetNamespace(java.lang.String targetNamespace)
|
void |
setTargetNamespacePrefix(java.lang.String targetNamespacePrefix)
|
void |
setTypeTable(TypeTable typeTable)
|
void |
setUseDefaultChains(boolean useDefaultChains)
|
void |
setWSAddressingFlag(java.lang.String ar)
Deprecated. Use AddressingHelper.setAddressingRequirementParemeterValue |
void |
setWsdlFound(boolean wsdlFound)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.axis2.description.AxisDescription |
---|
addChild, addChild, addParameter, addParameter, addParameterObserver, applyPolicy, applyPolicy, deserializeParameters, disengageModule, engageModule, engageModule, getAxisConfiguration, getChild, getChildren, getDocumentation, getDocumentationNode, getEngagedModules, getParameter, getParameters, getParameterValue, getParent, getPolicyInclude, getPolicySubject, isEngaged, isEngaged, isParameterLocked, isParameterTrue, removeChild, removeParameter, removeParameterObserver, setDocumentation, setDocumentation, setParent, setPolicyInclude |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SUPPORT_SINGLE_OP
public static final java.lang.String IMPORT_TAG
public static final java.lang.String INCLUDE_TAG
public static final java.lang.String SCHEMA_LOCATION
Constructor Detail |
---|
public AxisService()
public AxisService(java.lang.String name)
Method Detail |
---|
public AxisEndpoint getEndpoint(java.lang.String key)
public void addEndpoint(java.lang.String key, AxisEndpoint axisEndpoint)
public java.lang.String getWSAddressingFlag()
public void setWSAddressingFlag(java.lang.String ar)
public boolean isSchemaLocationsAdjusted()
public void setSchemaLocationsAdjusted(boolean schemaLocationsAdjusted)
public java.util.Map getSchemaMappingTable()
public void setSchemaMappingTable(java.util.Map schemaMappingTable)
public java.lang.String getCustomSchemaNamePrefix()
public void setCustomSchemaNamePrefix(java.lang.String customSchemaNamePrefix)
public java.lang.String getCustomSchemaNameSuffix()
public void setCustomSchemaNameSuffix(java.lang.String customSchemaNameSuffix)
public java.lang.String getPortTypeName()
public void setPortTypeName(java.lang.String portTypeName)
portTypeName
- public java.lang.String getBindingName()
public void setBindingName(java.lang.String bindingName)
public java.lang.String getSoapNsUri()
public void setSoapNsUri(java.lang.String soapNsUri)
public java.lang.String getEndpointName()
public void setEndpointName(java.lang.String endpoint)
public void addMessageReceiver(java.lang.String mepURI, MessageReceiver messageReceiver)
public MessageReceiver getMessageReceiver(java.lang.String mepURL)
public void addModuleConfig(ModuleConfiguration moduleConfiguration)
moduleConfiguration
- public void addModuleref(java.lang.String moduleref)
public void addOperation(AxisOperation axisOperation)
axisOperation
- public void onEngage(AxisModule axisModule, AxisDescription engager) throws AxisFault
onEngage
in class AxisDescription
axisModule
- engager
-
AxisFault
public void mapActionToOperation(java.lang.String action, AxisOperation axisOperation)
action
- the alias keyaxisOperation
- the operation to map togetOperationByAction(String)
public void addHttpLocationDispatcherString(java.lang.String string, AxisOperation axisOperation)
string
- the constant drawn from whttp:locationaxisOperation
- the operation to map topublic void printSchema(java.io.OutputStream out) throws AxisFault
AxisFault
public org.apache.ws.commons.schema.XmlSchema getSchema(int index)
public void releaseSchemaList()
public void setEPRs(java.lang.String[] eprs)
public java.lang.String[] getEPRs() throws AxisFault
AxisFault
public void printUserWSDL(java.io.OutputStream out, java.lang.String wsdlName) throws AxisFault
AxisFault
public int printXSD(java.io.OutputStream out, java.lang.String xsd) throws java.io.IOException
out
- destination stream.xsd
- schema name
java.io.IOException
public void printWSDL(java.io.OutputStream out, java.lang.String requestIP) throws AxisFault
out
- destination stream. The WSDL will be sent here.requestIP
- the hostname the WSDL request was directed at. This should be
the address that appears in the generated WSDL.
AxisFault
- if an error occurspublic void printWSDL(java.io.OutputStream out) throws AxisFault
out
-
AxisFault
public void printWSDL2(java.io.OutputStream out) throws AxisFault
out
-
AxisFault
public void printWSDL2(java.io.OutputStream out, java.lang.String requestIP) throws AxisFault
AxisFault
public java.lang.String getServiceDescription()
public java.lang.ClassLoader getClassLoader()
public java.util.ArrayList getControlOperations()
public java.net.URL getFileName()
public long getLastupdate()
public long getLastUpdate()
public ModuleConfiguration getModuleConfig(java.lang.String moduleName)
public java.util.ArrayList getModules()
public java.lang.String getName()
public AxisOperation getOperation(QName operationName)
operationName
-
public AxisOperation getOperationByAction(java.lang.String action)
action
- the alias key
mapActionToOperation(String, AxisOperation)
public AxisOperation getOperationBySOAPAction(java.lang.String soapAction)
soapAction
- SOAP Action defined for the particular Operation
public java.util.Iterator getOperations()
public java.util.ArrayList getPublishedOperations()
public void setServiceDescription(java.lang.String documentation)
documentation
- public void setClassLoader(java.lang.ClassLoader classLoader)
classLoader
- public void setFileName(java.net.URL fileName)
public void setLastupdate()
public void setLastUpdate()
public void setName(java.lang.String name)
public java.util.ArrayList getSchema()
public void addSchema(org.apache.ws.commons.schema.XmlSchema schema)
public void addSchema(java.util.Collection schemas)
public boolean isWsdlFound()
public void setWsdlFound(boolean wsdlFound)
public java.lang.String getScope()
public void setScope(java.lang.String scope)
scope
- -
Available scopes : Constants.SCOPE_APPLICATION
Constants.SCOPE_TRANSPORT_SESSION Constants.SCOPE_SOAP_SESSION
Constants.SCOPE_REQUEST.equalspublic boolean isUseDefaultChains()
public void setUseDefaultChains(boolean useDefaultChains)
public java.lang.Object getKey()
getKey
in class AxisDescription
public boolean isActive()
public void setActive(boolean active)
public java.lang.String getSchematargetNamespace()
public java.lang.String getSchemaTargetNamespace()
public void setSchemaTargetNamespace(java.lang.String schematargetNamespace)
public java.lang.String getSchemaTargetNamespacePrefix()
public void setSchematargetNamespacePrefix(java.lang.String schematargetNamespacePrefix)
schematargetNamespacePrefix
- public void setSchemaTargetNamespacePrefix(java.lang.String schematargetNamespacePrefix)
public java.lang.String getTargetNamespace()
public void setTargetNamespace(java.lang.String targetNamespace)
public java.lang.String getTargetNamespacePrefix()
public void setTargetNamespacePrefix(java.lang.String targetNamespacePrefix)
public org.apache.ws.commons.schema.XmlSchemaElement getSchemaElement(QName elementQName)
public boolean isEnableAllTransports()
public void setEnableAllTransports(boolean enableAllTransports)
enableAllTransports
- public java.util.List getExposedTransports()
public void setExposedTransports(java.util.List transports)
public void addExposedTransport(java.lang.String transport)
public void removeExposedTransport(java.lang.String transport)
public boolean isExposedTransport(java.lang.String transport)
public void onDisengage(AxisModule module) throws AxisFault
onDisengage
in class AxisDescription
AxisFault
public static AxisService createClientSideAxisService(java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName, Options options) throws AxisFault
wsdlURL
- location of the WSDLwsdlServiceName
- name of the service to be invoke , if it is null then the
first one will be selected if there are more than oneportName
- name of the port , if there are more than one , if it is null
then the first one in the iterator will be selectedoptions
- Service client options, to set the target EPR
AxisFault
public static AxisService createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, java.lang.String portName, Options options) throws AxisFault
AxisFault
public static AxisService createService(java.lang.String implClass, AxisConfiguration axisConfig) throws AxisFault
implClass
- Service implementation classaxisConfig
- Current AxisConfiguration
AxisFault
public static AxisService createService(java.lang.String implClass, AxisConfiguration axisConfiguration, java.util.Map messageReceiverClassMap, java.lang.String targetNamespace, java.lang.String schemaNamespace, java.lang.ClassLoader loader) throws AxisFault
implClass
- axisConfiguration
- messageReceiverClassMap
- targetNamespace
- schemaNamespace
-
AxisFault
public static AxisService createService(java.lang.String implClass, java.lang.String serviceName, AxisConfiguration axisConfiguration, java.util.Map messageReceiverClassMap, java.lang.String targetNamespace, java.lang.ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService) throws AxisFault
implClass
- axisConfiguration
- messageReceiverClassMap
- targetNamespace
-
AxisFault
public void removeOperation(QName opName)
public java.util.Map getNameSpacesMap()
public java.util.Map getNamespaceMap()
public java.util.List getImportedNamespaces()
List
of namespace URIs (String)public void setImportedNamespaces(java.util.List importedNamespaces)
importedNamespaces
- public void setNameSpacesMap(org.apache.ws.commons.schema.utils.NamespaceMap nameSpacesMap)
nameSpacesMap
- public void setNamespaceMap(org.apache.ws.commons.schema.utils.NamespaceMap namespaceMap)
public java.util.Map populateSchemaMappings()
public java.util.Map populateSchemaMappings(boolean overrideAbsoluteAddress)
public boolean isClientSide()
public void setClientSide(boolean clientSide)
public boolean isElementFormDefault()
public void setElementFormDefault(boolean elementFormDefault)
public boolean isUseUserWSDL()
public boolean isModifyUserWSDLPortAddress()
public ServiceLifeCycle getServiceLifeCycle()
public void setServiceLifeCycle(ServiceLifeCycle serviceLifeCycle)
public java.util.Map getP2nMap()
public void setP2nMap(java.util.Map p2nMap)
public ObjectSupplier getObjectSupplier()
public void setObjectSupplier(ObjectSupplier objectSupplier)
public TypeTable getTypeTable()
public void setTypeTable(TypeTable typeTable)
public Data[] getData(DataRetrievalRequest request, MessageContext msgContext) throws AxisFault
request
- an DataRetrievalRequest
objectmsgContext
- message context
Data
object for the request.
AxisFault
public void addDataLocatorClassNames(java.lang.String dialect, java.lang.String dataLocatorClassName)
dialect-
- an absolute URI represents the Dialect i.e. WSDL, Policy,
Schema or "ServiceLevel" for non-dialect service level data
locator.dataLocatorClassName
- -
class name of the Data Locator configured to support data
retrieval for the specified dialect.public AxisDataLocator getDataLocator(LocatorType locatorType, java.lang.String dialect) throws AxisFault
AxisFault
public AxisDataLocator getGlobalDataLocator(java.lang.String dialect) throws AxisFault
AxisFault
protected AxisDataLocator loadDataLocator(java.lang.String className) throws AxisFault
AxisFault
public void setMessageElementQNameToOperationMap(java.util.Map messageElementQNameToOperationMap)
messageElementQNameToOperationMap
- The map from WSDL message element QNames to AxisOperations.public AxisOperation getOperationByMessageElementQName(QName messageElementQName)
messageElementQName
- The QName to search for.
setMessageElementQNameToOperationMap(Map)
public void addMessageElementQNameToOperationMapping(QName messageElementQName, AxisOperation operation)
messageElementQName
- The QName of the element on the input message that maps to the
given operation.operation
- The AxisOperation to be mapped to.setMessageElementQNameToOperationMap(Map)
public java.lang.String getEndpointURL()
public void setEndpointURL(java.lang.String endpointURL)
public java.util.Map getEndpoints()
public boolean isCustomWsdl()
public void setCustomWsdl(boolean customWsdl)
public java.util.List getOperationsNameList()
public void setOperationsNameList(java.util.List operationsNameList)
public AxisServiceGroup getAxisServiceGroup()
public void setParent(AxisServiceGroup parent)
public java.lang.String toString()
toString
in class java.lang.Object
public ExcludeInfo getExcludeInfo()
public void setExcludeInfo(ExcludeInfo excludeInfo)
public void registerPolicy(java.lang.String key, org.apache.neethi.Policy policy)
public org.apache.neethi.Policy lookupPolicy(java.lang.String key)
public void addMessageContextListener(MessageContextListener scl)
scl
- public void removeMessageContextListener(MessageContextListener scl)
scl
- public boolean hasMessageContextListener(java.lang.Class cls)
cls
- Class of ServiceContextListener
public void attachServiceContextEvent(ServiceContext sc, MessageContext mc)
sc
- ServiceContextmc
- MessageContextpublic void attachEnvelopeEvent(MessageContext mc)
sc
- ServiceContextmc
- MessageContextpublic java.util.HashMap getEpMap()
public void setEpMap(java.util.HashMap epMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |