com.irisel.oms.ws
Class OMBrowserEndpoint_Tie

java.lang.Object
  extended by com.sun.xml.rpc.server.StreamingHandler
      extended by com.sun.xml.rpc.server.TieBase
          extended by com.irisel.oms.ws.OMBrowserEndpoint_Tie
All Implemented Interfaces:
com.sun.xml.rpc.encoding.SerializerConstants, com.sun.xml.rpc.spi.runtime.Handler, com.sun.xml.rpc.spi.runtime.StreamingHandler, com.sun.xml.rpc.spi.runtime.Tie

public class OMBrowserEndpoint_Tie
extends com.sun.xml.rpc.server.TieBase
implements com.sun.xml.rpc.encoding.SerializerConstants


Field Summary
 
Fields inherited from interface com.sun.xml.rpc.encoding.SerializerConstants
DONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE
 
Constructor Summary
OMBrowserEndpoint_Tie()
           
 
Method Summary
 java.lang.String getDefaultEnvelopeEncodingStyle()
           
 java.lang.String getImplicitEnvelopeEncodingStyle()
           
 java.lang.reflect.Method getMethodForOpcode(int opcode)
           
 int getOpcodeForFirstBodyElementName(javax.xml.namespace.QName name)
           
 javax.xml.namespace.QName[] getUnderstoodHeaders()
           
 
Methods inherited from class com.sun.xml.rpc.server.TieBase
destroy, getHandlerChain, getTarget, setTarget
 
Methods inherited from class com.sun.xml.rpc.server.StreamingHandler
getOpcodeForRequestMessage, getOpcodeForSOAPAction, handle, usesSOAPActionForDispatching
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.rpc.spi.runtime.Handler
handle
 

Constructor Detail

OMBrowserEndpoint_Tie

public OMBrowserEndpoint_Tie()
                      throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getDefaultEnvelopeEncodingStyle

public java.lang.String getDefaultEnvelopeEncodingStyle()
Overrides:
getDefaultEnvelopeEncodingStyle in class com.sun.xml.rpc.server.StreamingHandler

getImplicitEnvelopeEncodingStyle

public java.lang.String getImplicitEnvelopeEncodingStyle()
Overrides:
getImplicitEnvelopeEncodingStyle in class com.sun.xml.rpc.server.StreamingHandler

getOpcodeForFirstBodyElementName

public int getOpcodeForFirstBodyElementName(javax.xml.namespace.QName name)
Overrides:
getOpcodeForFirstBodyElementName in class com.sun.xml.rpc.server.StreamingHandler

getMethodForOpcode

public java.lang.reflect.Method getMethodForOpcode(int opcode)
                                            throws java.lang.ClassNotFoundException,
                                                   java.lang.NoSuchMethodException
Specified by:
getMethodForOpcode in interface com.sun.xml.rpc.spi.runtime.StreamingHandler
Overrides:
getMethodForOpcode in class com.sun.xml.rpc.server.StreamingHandler
Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException

getUnderstoodHeaders

public javax.xml.namespace.QName[] getUnderstoodHeaders()
Overrides:
getUnderstoodHeaders in class com.sun.xml.rpc.server.StreamingHandler