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

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

public static class RequestSecurityTokenResponseType.Factory
extends Object

Factory class that keeps the parse method


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

RequestSecurityTokenResponseType.Factory

public RequestSecurityTokenResponseType.Factory()
Method Detail

parse

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

Throws:
Exception