org.apache.axis2.security.trust.types
Class RequestSecurityTokenType.Factory

java.lang.Object
  extended byorg.apache.axis2.security.trust.types.RequestSecurityTokenType.Factory
Enclosing class:
RequestSecurityTokenType

public static class RequestSecurityTokenType.Factory
extends Object

Factory class that keeps the parse method


Constructor Summary
RequestSecurityTokenType.Factory()
           
 
Method Summary
static RequestSecurityTokenType parse(XMLStreamReader reader)
          static method to create the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSecurityTokenType.Factory

public RequestSecurityTokenType.Factory()
Method Detail

parse

public static RequestSecurityTokenType parse(XMLStreamReader reader)
                                      throws Exception
static method to create the object

Throws:
Exception