electric.soap.local.handlers.service.wrapped
Class WrappedOperationLookup

java.lang.Object
  extended byelectric.soap.local.handlers.service.wrapped.WrappedOperationLookup
All Implemented Interfaces:
IOperationLookup, ISOAPConstants

public final class WrappedOperationLookup
extends java.lang.Object
implements IOperationLookup, ISOAPConstants

WrappedOperationLookup.

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.soap.ISOAPConstants
ACTOR, ASYNC, BODY, DETAIL, ENCODING_STYLE, ENVELOPE, EXCEPTION, FAULT, FAULT_ACTOR, FAULT_CODE, FAULT_STRING, GET_SOAP_ACTOR, GET_SOAP_CODE, HEADER, MUST_UNDERSTAND, NEXT_ACTOR, OPTIMIZED_HEADER, SET_SOAP_ACTOR, SET_SOAP_CODE, SET_SOAP_DETAIL, SOAP_ACTION_HEADER, SOAP_BINDING, SOAP_ENCODING, SOAP_ENCODING_PREFIX, SOAP_ENVELOPE, SOAP_HTTP_TRANSPORT, SOAP_PREFIX, SOAP11_BINDING, SOAP11_ENCODING, SOAP11_ENVELOPE, SOAP12, SOAP12_BINDING, SOAP12_ENCODING, SOAP12_ENVELOPE, SOAP12_HTTP_CONTENT_TYPE, STACKTRACE, TME_PREFIX, UNDERSTOOD, XSD_PREFIX, XSI_PREFIX, XSI_SUFFIX
 
Constructor Summary
WrappedOperationLookup(IService service)
           
 
Method Summary
 SOAPOperation getOperation(SOAPMessage message)
          Find the SOAPOperation that is associated with the SOAPMessage that has been submitted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedOperationLookup

public WrappedOperationLookup(IService service)
Parameters:
service -
Method Detail

getOperation

public SOAPOperation getOperation(SOAPMessage message)
                           throws java.lang.NoSuchMethodException,
                                  java.rmi.RemoteException,
                                  java.io.IOException,
                                  SOAPException
Description copied from interface: IOperationLookup
Find the SOAPOperation that is associated with the SOAPMessage that has been submitted. Generally, this could be from the "call" element's qname, the SOAPAction, the qnames of all elements, or the types of the "call" element's sub-elements.

Specified by:
getOperation in interface IOperationLookup
Parameters:
message -
Throws:
java.lang.NoSuchMethodException
java.rmi.RemoteException
java.io.IOException
SOAPException


copyright© 2001-2004 by webMethods All Rights Reserved.