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

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

public static class RequestedSecurityTokenType.Factory
extends Object

Factory class that keeps the parse method


Constructor Summary
RequestedSecurityTokenType.Factory()
           
 
Method Summary
static RequestedSecurityTokenType 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

RequestedSecurityTokenType.Factory

public RequestedSecurityTokenType.Factory()
Method Detail

parse

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

Throws:
Exception