MjSip Stack
v1.6

org.zoolu.sip.provider
Class MethodIdentifier

java.lang.Object
  |
  +--org.zoolu.sip.provider.Identifier
        |
        +--org.zoolu.sip.provider.MethodIdentifier

public class MethodIdentifier
extends Identifier

MethodIdentifier is used to address specific methods to the SipProvider.


Constructor Summary
MethodIdentifier(MethodIdentifier i)
          Costructs a new MethodIdentifier.
MethodIdentifier(java.lang.String method)
          Costructs a new MethodIdentifier.
 
Methods inherited from class org.zoolu.sip.provider.Identifier
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodIdentifier

public MethodIdentifier(java.lang.String method)
Costructs a new MethodIdentifier.

MethodIdentifier

public MethodIdentifier(MethodIdentifier i)
Costructs a new MethodIdentifier.

MjSip Stack
v1.6