Uses of Class
org.dmtf.schemas.wbem.wsman._1.wsman.MaxEnvelopeSizeType

Packages that use MaxEnvelopeSizeType
com.sun.ws.management   
com.sun.ws.management.eventing   
org.dmtf.schemas.wbem.wsman._1.wsman   
 

Uses of MaxEnvelopeSizeType in com.sun.ws.management
 

Methods in com.sun.ws.management that return MaxEnvelopeSizeType
 MaxEnvelopeSizeType Management.getMaxEnvelopeSize()
           
 

Methods in com.sun.ws.management with parameters of type MaxEnvelopeSizeType
 void Management.setMaxEnvelopeSize(MaxEnvelopeSizeType size)
           
 

Uses of MaxEnvelopeSizeType in com.sun.ws.management.eventing
 

Methods in com.sun.ws.management.eventing with parameters of type MaxEnvelopeSizeType
 void EventingExtensions.setSubscribe(EndpointReferenceType endTo, java.lang.String deliveryMode, EndpointReferenceType notifyTo, java.lang.String expires, FilterType filter, ConnectionRetryType retryType, javax.xml.datatype.Duration heartbeats, java.lang.Boolean sendBookmarks, AttributableAny bookmark, MaxEnvelopeSizeType maxEnvelopeSize, java.lang.Long maxElements, javax.xml.datatype.Duration maxTime)
           
 

Uses of MaxEnvelopeSizeType in org.dmtf.schemas.wbem.wsman._1.wsman
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return MaxEnvelopeSizeType
 MaxEnvelopeSizeType ObjectFactory.createMaxEnvelopeSizeType()
          Create an instance of MaxEnvelopeSizeType
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman that return types with arguments of type MaxEnvelopeSizeType
 javax.xml.bind.JAXBElement<MaxEnvelopeSizeType> ObjectFactory.createMaxEnvelopeSize(MaxEnvelopeSizeType value)
          Create an instance of JAXBElement<MaxEnvelopeSizeType>}
 

Methods in org.dmtf.schemas.wbem.wsman._1.wsman with parameters of type MaxEnvelopeSizeType
 javax.xml.bind.JAXBElement<MaxEnvelopeSizeType> ObjectFactory.createMaxEnvelopeSize(MaxEnvelopeSizeType value)
          Create an instance of JAXBElement<MaxEnvelopeSizeType>}