org.apache.cxf.ws.rm
Class RMUtils

java.lang.Object
  extended by org.apache.cxf.ws.rm.RMUtils

public final class RMUtils
extends java.lang.Object


Constructor Summary
protected RMUtils()
           
 
Method Summary
static org.apache.cxf.ws.addressing.EndpointReferenceType createAnonymousReference()
           
static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createAnonymousReference2004()
           
static org.apache.cxf.ws.addressing.EndpointReferenceType createNoneReference()
           
static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createNoneReference2004()
           
static org.apache.cxf.ws.addressing.EndpointReferenceType createReference(java.lang.String address)
           
static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createReference2004(java.lang.String address)
           
static org.apache.cxf.ws.addressing.AddressingConstants getAddressingConstants()
           
static org.apache.cxf.ws.addressing.v200408.ObjectFactory getWSAFactory()
           
static ObjectFactory getWSRMFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMUtils

protected RMUtils()
Method Detail

getWSAFactory

public static org.apache.cxf.ws.addressing.v200408.ObjectFactory getWSAFactory()

getWSRMFactory

public static ObjectFactory getWSRMFactory()

getAddressingConstants

public static org.apache.cxf.ws.addressing.AddressingConstants getAddressingConstants()

createAnonymousReference

public static org.apache.cxf.ws.addressing.EndpointReferenceType createAnonymousReference()

createAnonymousReference2004

public static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createAnonymousReference2004()

createNoneReference

public static org.apache.cxf.ws.addressing.EndpointReferenceType createNoneReference()

createNoneReference2004

public static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createNoneReference2004()

createReference

public static org.apache.cxf.ws.addressing.EndpointReferenceType createReference(java.lang.String address)

createReference2004

public static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createReference2004(java.lang.String address)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.