JTR 4.0 API Documentation

Uses of Class
jtr.config.ws.Binding

Packages that use Binding
jtr.config.ws This package contains all those classes that maps one-to-one with those XML elements used to define WebServices Configurations in a jtr.xml configuration file. 
jtr.runners This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. 
jtr.ws Here we have all the contracts that define the interaction between the JTR runtime and those components in charge of supporting user-defined runners in webservices invocation. 
jtr.ws.jaxws Default JAX-WS 2.1.1 based implementation of the contracts defined in jtr.ws
jtr.ws.wsif Default Jakarts WSIF 2.0 based implementation of the contracts defined in jtr.ws
 

Uses of Binding in jtr.config.ws
 

Methods in jtr.config.ws that return Binding
 Binding Bindings.getBinding(java.lang.String name)
          Get a Binding by its unique name.
 

Methods in jtr.config.ws with parameters of type Binding
 void Bindings.addBinding(Binding binding)
          Add a single Binding.
 

Uses of Binding in jtr.runners
 

Methods in jtr.runners that return Binding
 Binding IRunnerWs.getBinding()
          This method returns the set of configured webservice bindings.
 Binding AbstractWsRunner.getBinding()
          This method returns the set of configured webservice bindings.
 

Methods in jtr.runners with parameters of type Binding
 void AbstractWsRunner.asynchronousInputOnlyInvoke(Binding binding)
          Deprecated.  
protected  java.lang.Throwable AbstractWsRunner.getFaultCause(Binding binding)
          Deprecated.  
protected  java.lang.String AbstractWsRunner.getFaultMessageAsString(Binding binding)
          Deprecated.  
protected  boolean AbstractWsRunner.getMessageBooleanPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  byte AbstractWsRunner.getMessageBytePart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  char AbstractWsRunner.getMessageCharPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  double AbstractWsRunner.getMessageDoublePart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  float AbstractWsRunner.getMessageFloatPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  int AbstractWsRunner.getMessageIntPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  long AbstractWsRunner.getMessageLongPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
protected  java.lang.Object AbstractWsRunner.getMessageObjectPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 java.lang.String[] AbstractWsRunner.getMessageParts(Binding binding, WsMsgType msgType)
          Deprecated. 
 java.lang.Object IRunnerWs.invoke(Binding binding, java.lang.Object input)
          Performs a synchronous invocation.
 java.lang.Object AbstractWsRunner.invoke(Binding binding, java.lang.Object input)
           
 IWsResponse IRunnerWs.invokeAsync(Binding binding, java.lang.Object input)
          Performs an asynchronous invocation.
 IWsResponse AbstractWsRunner.invokeAsync(Binding binding, java.lang.Object input)
           
 java.util.concurrent.Future<?> IRunnerWs.invokeAsync(Binding binding, java.lang.Object input, IWsResponseListener rl)
          Performs an asynchronous invocation.
 java.util.concurrent.Future<?> AbstractWsRunner.invokeAsync(Binding binding, java.lang.Object input, IWsResponseListener rl)
           
 void IRunnerWs.invokeOneWay(Binding binding, java.lang.Object input)
          Performs a one-way webservice invocation.
 void AbstractWsRunner.invokeOneWay(Binding binding, java.lang.Object input)
           
 void IRunnerWs.setBinding(Binding binding)
          This method returns the set of configured webservice bindings.
 void AbstractWsRunner.setBinding(Binding binding)
          This method sets the configured webservice binding.
protected  void AbstractWsRunner.setMessageBooleanPart(Binding binding, java.lang.String partName, boolean part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageBytePart(Binding binding, java.lang.String partName, byte part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageCharPart(Binding binding, java.lang.String partName, char part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageDoublePart(Binding binding, java.lang.String partName, double part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageFloatPart(Binding binding, java.lang.String partName, float part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageIntPart(Binding binding, java.lang.String partName, int part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageLongPart(Binding binding, java.lang.String partName, long part, WsMsgType msgType)
          Deprecated.  
protected  void AbstractWsRunner.setMessageObjectPart(Binding binding, java.lang.String partName, java.lang.Object part, WsMsgType msgType)
          Deprecated.  
protected  boolean AbstractWsRunner.synchronousInvoke(Binding binding)
          Deprecated.  
 

Uses of Binding in jtr.ws
 

Methods in jtr.ws with parameters of type Binding
 void IWsHelper.asynchronousInputOnlyInvoke(Binding binding)
          Deprecated.  
 java.lang.Throwable IWsHelper.getFaultCause(Binding binding)
          Deprecated.  
 java.lang.String IWsHelper.getFaultMessageAsString(Binding binding)
          Deprecated.  
 boolean IWsHelper.getMessageBooleanPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 byte IWsHelper.getMessageBytePart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 char IWsHelper.getMessageCharPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 double IWsHelper.getMessageDoublePart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 float IWsHelper.getMessageFloatPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 int IWsHelper.getMessageIntPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 long IWsHelper.getMessageLongPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 java.lang.Object IWsHelper.getMessageObjectPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated.  
 java.lang.String[] IWsHelper.getMessageParts(Binding binding, WsMsgType msgType)
          Deprecated.  
 java.lang.Object IWsHelper.invoke(IRunnerWs runner, Binding binding, java.lang.Object input)
          This method performs a request/response synchronous webservice invocation.
 IWsResponse IWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input)
          This method performs an asynchronous invocation of the webservice described by the binding parameter.
 java.util.concurrent.Future<?> IWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input, IWsResponseListener rl)
          This method performs an asynchronous invocation of the webservice described by the binding parameter.
 void IWsHelper.invokeOneWay(IRunnerWs runner, Binding binding, java.lang.Object input)
          This method performs a request only webservice invocation.
 void IWsHelper.setMessageBooleanPart(Binding binding, java.lang.String partName, boolean part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageBytePart(Binding binding, java.lang.String partName, byte part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageCharPart(Binding binding, java.lang.String partName, char part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageDoublePart(Binding binding, java.lang.String partName, double part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageFloatPart(Binding binding, java.lang.String partName, float part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageIntPart(Binding binding, java.lang.String partName, int part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageLongPart(Binding binding, java.lang.String partName, long part, WsMsgType msgType)
          Deprecated.  
 void IWsHelper.setMessageObjectPart(Binding binding, java.lang.String partName, java.lang.Object part, WsMsgType msgType)
          Deprecated.  
 boolean IWsHelper.synchronousInvoke(Binding binding)
          Deprecated.  
 

Uses of Binding in jtr.ws.jaxws
 

Methods in jtr.ws.jaxws with parameters of type Binding
 void JaxWsHelper.asynchronousInputOnlyInvoke(Binding binding)
          Deprecated. 
 java.lang.Throwable JaxWsHelper.getFaultCause(Binding binding)
          Deprecated. 
 java.lang.String JaxWsHelper.getFaultMessageAsString(Binding binding)
          Deprecated. 
 boolean JaxWsHelper.getMessageBooleanPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 byte JaxWsHelper.getMessageBytePart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 char JaxWsHelper.getMessageCharPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 double JaxWsHelper.getMessageDoublePart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 float JaxWsHelper.getMessageFloatPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 int JaxWsHelper.getMessageIntPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 long JaxWsHelper.getMessageLongPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 java.lang.Object JaxWsHelper.getMessageObjectPart(Binding binding, java.lang.String partName, WsMsgType msgType)
          Deprecated. 
 java.lang.String[] JaxWsHelper.getMessageParts(Binding binding, WsMsgType msgType)
          Deprecated. 
 java.lang.Object JaxWsHelper.invoke(IRunnerWs runner, Binding binding, java.lang.Object input)
           
 IWsResponse JaxWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input)
           
 java.util.concurrent.Future<?> JaxWsHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input, IWsResponseListener rl)
           
 void JaxWsHelper.invokeOneWay(IRunnerWs runner, Binding binding, java.lang.Object input)
           
 void JaxWsHelper.setMessageBooleanPart(Binding binding, java.lang.String partName, boolean part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageBytePart(Binding binding, java.lang.String partName, byte part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageCharPart(Binding binding, java.lang.String partName, char part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageDoublePart(Binding binding, java.lang.String partName, double part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageFloatPart(Binding binding, java.lang.String partName, float part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageIntPart(Binding binding, java.lang.String partName, int part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageLongPart(Binding binding, java.lang.String partName, long part, WsMsgType msgType)
          Deprecated. 
 void JaxWsHelper.setMessageObjectPart(Binding binding, java.lang.String partName, java.lang.Object part, WsMsgType msgType)
          Deprecated. 
 boolean JaxWsHelper.synchronousInvoke(Binding binding)
          Deprecated. 
 

Uses of Binding in jtr.ws.wsif
 

Methods in jtr.ws.wsif with parameters of type Binding
 void WsifHelper.asynchronousInputOnlyInvoke(Binding binding)
           
 java.lang.Throwable WsifHelper.getFaultCause(Binding binding)
           
 java.lang.String WsifHelper.getFaultMessageAsString(Binding binding)
           
 boolean WsifHelper.getMessageBooleanPart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 byte WsifHelper.getMessageBytePart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 char WsifHelper.getMessageCharPart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 double WsifHelper.getMessageDoublePart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 float WsifHelper.getMessageFloatPart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 int WsifHelper.getMessageIntPart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 long WsifHelper.getMessageLongPart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 java.lang.Object WsifHelper.getMessageObjectPart(Binding binding, java.lang.String partName, WsMsgType msgType)
           
 java.lang.String[] WsifHelper.getMessageParts(Binding binding, WsMsgType msgType)
           
protected  org.apache.wsif.WSIFMessage WsifHelper.getOperationMessage(Binding binding, WsMsgType msgType)
          This method returns a WSIFMessage instance representing the message of type msgType associated with the webservice identified by the union of the remaining input parameters.
 java.lang.Object WsifHelper.invoke(Binding binding, java.lang.Object input)
           
 java.lang.Object WsifHelper.invoke(IRunnerWs runner, Binding binding, java.lang.Object input)
           
 IWsResponse WsifHelper.invokeAsync(Binding binding, java.lang.Object input)
           
 java.util.concurrent.Future<?> WsifHelper.invokeAsync(Binding binding, java.lang.Object input, IWsResponseListener rl)
           
 IWsResponse WsifHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input)
           
 java.util.concurrent.Future<?> WsifHelper.invokeAsync(IRunnerWs runner, Binding binding, java.lang.Object input, IWsResponseListener rl)
           
 void WsifHelper.invokeOneWay(Binding binding, java.lang.Object input)
           
 void WsifHelper.invokeOneWay(IRunnerWs runner, Binding binding, java.lang.Object input)
           
 void WsifHelper.setMessageBooleanPart(Binding binding, java.lang.String partName, boolean val, WsMsgType msgType)
           
 void WsifHelper.setMessageBytePart(Binding binding, java.lang.String partName, byte val, WsMsgType msgType)
           
 void WsifHelper.setMessageCharPart(Binding binding, java.lang.String partName, char val, WsMsgType msgType)
           
 void WsifHelper.setMessageDoublePart(Binding binding, java.lang.String partName, double val, WsMsgType msgType)
           
 void WsifHelper.setMessageFloatPart(Binding binding, java.lang.String partName, float val, WsMsgType msgType)
           
 void WsifHelper.setMessageIntPart(Binding binding, java.lang.String partName, int val, WsMsgType msgType)
           
 void WsifHelper.setMessageLongPart(Binding binding, java.lang.String partName, long val, WsMsgType msgType)
           
 void WsifHelper.setMessageObjectPart(Binding binding, java.lang.String partName, java.lang.Object val, WsMsgType msgType)
           
 boolean WsifHelper.synchronousInvoke(Binding binding)
           
 


The JTR Project is licensed under GPL version 2